Html Css Color HEX #4CAFAA Puerto Rico

📋 copy color: '#4CAFAA'

red 76 ◦ green 175 ◦ blue 170

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

Shades of Puerto Rico #4CAFAA

Tints of Puerto Rico #4CAFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

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

R = 18.05%
G = 41.57%
B = 40.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#4CAFAA (or 0x4CAFAA) is known color: Puerto Rico. HEX triplet: 4C, AF and AA. RGB value is (76,175,170). Sum of RGB (Red+Green+Blue) = 76+175+170=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAFAA is #B35055. Grayscale: #909090. Windows color (decimal): -11751510 or 11185996. OLE color: 11185996.

HSL color Cylindrical-coordinate representation of color #4CAFAA: hue angle of 176.97º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAFAA is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 175 170 -
CMYK 0.57 0 0.03 0.31
HSL 176.97º 0.39% 0.49% -
HSV(B) 176.97º 0.57% 0.69% -
XYZ 25.57 35.1 43.46 -
YUV 144.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 76 175 170 0.57 0 0.03 0.31 176.97 0.39 0.49
Hex 4C AF AA 39 0 3 1F B1 27 31
Octal 114 257 252 71 0 3 37 261 47 61
Binary 1001100 10101111 10101010 111001 0 11 11111 10110001 100111 110001

Color Harmonies of #4CAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAFAA

Black with #4CAFAA

Text Example


Text Example

White with #4CAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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