Html Css Color HEX #4CBCAA Puerto Rico

📋 copy color: '#4CBCAA'

red 76 ◦ green 188 ◦ blue 170

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

Shades of Puerto Rico #4CBCAA

Tints of Puerto Rico #4CBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

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

R = 17.51%
G = 43.32%
B = 39.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#4CBCAA (or 0x4CBCAA) is known color: Puerto Rico. HEX triplet: 4C, BC and AA. RGB value is (76,188,170). Sum of RGB (Red+Green+Blue) = 76+188+170=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBCAA is #B34355. Grayscale: #989898. Windows color (decimal): -11748182 or 11189324. OLE color: 11189324.

HSL color Cylindrical-coordinate representation of color #4CBCAA: hue angle of 170.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBCAA is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 188 170 -
CMYK 0.60 0 0.10 0.26
HSL 170.36º 0.46% 0.52% -
HSV(B) 170.36º 0.6% 0.74% -
XYZ 28.22 40.41 44.34 -
YUV 152.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 76 188 170 0.60 0 0.10 0.26 170.36 0.46 0.52
Hex 4C BC AA 3C 0 A 1A AA 2E 34
Octal 114 274 252 74 0 12 32 252 56 64
Binary 1001100 10111100 10101010 111100 0 1010 11010 10101010 101110 110100

Color Harmonies of #4CBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBCAA

Black with #4CBCAA

Text Example


Text Example

White with #4CBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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