Html Css Color HEX #4CB3AA Puerto Rico

📋 copy color: '#4CB3AA'

red 76 ◦ green 179 ◦ blue 170

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

Shades of Puerto Rico #4CB3AA

Tints of Puerto Rico #4CB3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 17.88%
G = 42.12%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#4CB3AA (or 0x4CB3AA) is known color: Puerto Rico. HEX triplet: 4C, B3 and AA. RGB value is (76,179,170). Sum of RGB (Red+Green+Blue) = 76+179+170=425 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.88% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB3AA is #B34C55. Grayscale: #939393. Windows color (decimal): -11750486 or 11187020. OLE color: 11187020.

HSL color Cylindrical-coordinate representation of color #4CB3AA: hue angle of 174.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB3AA is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 179 170 -
CMYK 0.58 0 0.05 0.30
HSL 174.76º 0.4% 0.5% -
HSV(B) 174.76º 0.58% 0.7% -
XYZ 26.36 36.68 43.72 -
YUV 147.18 140.88 77.23 -
System Red Green Blue C M Y K H S L
Decimal 76 179 170 0.58 0 0.05 0.30 174.76 0.4 0.5
Hex 4C B3 AA 3A 0 5 1E AF 28 32
Octal 114 263 252 72 0 5 36 257 50 62
Binary 1001100 10110011 10101010 111010 0 101 11110 10101111 101000 110010

Color Harmonies of #4CB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB3AA

Black with #4CB3AA

Text Example


Text Example

White with #4CB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,179,170); }

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

background-color css

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

 a { background-color: rgb(76,179,170); }

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

border-color css

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

 span { border-color: rgb(76,179,170); }

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