Html Css Color HEX #4CB8AB Puerto Rico

📋 copy color: '#4CB8AB'

red 76 ◦ green 184 ◦ blue 171

#4CB8AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #4CB8AB

Tints of Puerto Rico #4CB8AB

RGB

 RED value IS 76 (30.08% from 255) = 17.63%

 GREEN value IS 184 (72.27% from 255) = 42.69%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 17.63%
G = 42.69%
B = 39.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#4CB8AB (or 0x4CB8AB) is known color: Puerto Rico. HEX triplet: 4C, B8 and AB. RGB value is (76,184,171). Sum of RGB (Red+Green+Blue) = 76+184+171=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB8AB is #B34754. Grayscale: #969696. Windows color (decimal): -11749205 or 11253836. OLE color: 11253836.

HSL color Cylindrical-coordinate representation of color #4CB8AB: hue angle of 172.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB8AB is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 184 171 -
CMYK 0.59 0 0.07 0.28
HSL 172.78º 0.43% 0.51% -
HSV(B) 172.78º 0.59% 0.72% -
XYZ 27.47 38.76 44.56 -
YUV 150.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 76 184 171 0.59 0 0.07 0.28 172.78 0.43 0.51
Hex 4C B8 AB 3B 0 7 1C AD 2B 33
Octal 114 270 253 73 0 7 34 255 53 63
Binary 1001100 10111000 10101011 111011 0 111 11100 10101101 101011 110011

Color Harmonies of #4CB8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB8AB

Black with #4CB8AB

Text Example


Text Example

White with #4CB8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,184,171); }

 H1.HeaderClassName
 {
   color: #4CB8AB;
 }
 .AnyTagClassName
 {
   color: #4CB8AB;
 }
</style>

background-color css

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

 a { background-color: rgb(76,184,171); }

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

border-color css

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

 span { border-color: rgb(76,184,171); }

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