Html Css Color HEX #4CAB9C Puerto Rico

📋 copy color: '#4CAB9C'

red 76 ◦ green 171 ◦ blue 156

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

Shades of Puerto Rico #4CAB9C

Tints of Puerto Rico #4CAB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 18.86%
G = 42.43%
B = 38.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#4CAB9C (or 0x4CAB9C) is known color: Puerto Rico. HEX triplet: 4C, AB and 9C. RGB value is (76,171,156). Sum of RGB (Red+Green+Blue) = 76+171+156=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAB9C is #B35463. Grayscale: #8C8C8C. Windows color (decimal): -11752548 or 10267468. OLE color: 10267468.

HSL color Cylindrical-coordinate representation of color #4CAB9C: hue angle of 170.53º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAB9C is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 171 156 -
CMYK 0.56 0 0.09 0.33
HSL 170.53º 0.38% 0.48% -
HSV(B) 170.53º 0.56% 0.67% -
XYZ 23.54 33.06 36.59 -
YUV 140.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 76 171 156 0.56 0 0.09 0.33 170.53 0.38 0.48
Hex 4C AB 9C 38 0 9 21 AB 26 30
Octal 114 253 234 70 0 11 41 253 46 60
Binary 1001100 10101011 10011100 111000 0 1001 100001 10101011 100110 110000

Color Harmonies of #4CAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAB9C

Black with #4CAB9C

Text Example


Text Example

White with #4CAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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