#4BC1B4

Color #4BC1B4 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4BC1B4

Tints of Puerto Rico #4BC1B4

Color information

#4BC1B4 (or 0x4BC1B4) is unknown color: approx Puerto Rico. HEX triplet: 4B, C1 and B4. RGB value is (75,193,180). Sum of RGB (Red+Green+Blue) = 75+193+180=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC1B4 is #B43E4B. Grayscale: #9C9C9C. Windows color (decimal): -11812428 or 11845963. OLE color: 11845963.

HSL color Cylindrical-coordinate representation of color #4BC1B4: hue angle of 173.39º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC1B4 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB75193180-
CMYK0.6100.070.24
HSL173.39º48.76%52.55%-
HSV(B)173.39º61.14%75.69%-
XYZ30.2142.9349.87-
YUV156.24141.4170.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 16.74%
GREEN value IS 193 (75.78% from 255) = 43.08%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=16.74%
G=43.08%
B=40.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751931800.6100.070.24173.3948.7652.55
Hex4BC1B43D0718ad3135
Octal1133012647507302556165
Binary1001011110000011011010011110101111100010101101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BC1B4; }

 p { color: rgb(75,193,180); }

 H1.HeaderClassName
 {
   color: #4BC1B4;
 }
 .AnyTagClassName
 {
   color: #4BC1B4;
 }
</style>
background-color css

<style>
 a { background-color: #4BC1B4; }

 a { background-color: rgb(75,193,180); }

 div.DivClassName
 {
   background-color: #4BC1B4;
 }
 .BgClassName
 {
   background-color: #4BC1B4;
 }
</style>
border-color css

<style>
 span { border-color: #4BC1B4; }

 span { border-color: rgb(75,193,180); }

 td.TdClassName
 {
   border-color: #4BC1B4;
 }
 .TagClassName
 {
   border-color: #4BC1B4;
 }
</style>