Html Css Color HEX #4CC0AF Puerto Rico

📋 copy color: '#4CC0AF'

red 76 ◦ green 192 ◦ blue 175

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

Shades of Puerto Rico #4CC0AF

Tints of Puerto Rico #4CC0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 17.16%
G = 43.34%
B = 39.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#4CC0AF (or 0x4CC0AF) is known color: Puerto Rico. HEX triplet: 4C, C0 and AF. RGB value is (76,192,175). Sum of RGB (Red+Green+Blue) = 76+192+175=443 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.16% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC0AF is #B33F50. Grayscale: #9B9B9B. Windows color (decimal): -11747153 or 11518028. OLE color: 11518028.

HSL color Cylindrical-coordinate representation of color #4CC0AF: hue angle of 171.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC0AF is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 175 -
CMYK 0.60 0 0.09 0.25
HSL 171.21º 0.48% 0.53% -
HSV(B) 171.21º 0.6% 0.75% -
XYZ 29.57 42.33 47.17 -
YUV 155.38 139.07 71.38 -
System Red Green Blue C M Y K H S L
Decimal 76 192 175 0.60 0 0.09 0.25 171.21 0.48 0.53
Hex 4C C0 AF 3C 0 9 19 AB 30 35
Octal 114 300 257 74 0 11 31 253 60 65
Binary 1001100 11000000 10101111 111100 0 1001 11001 10101011 110000 110101

Color Harmonies of #4CC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC0AF

Black with #4CC0AF

Text Example


Text Example

White with #4CC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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