Html Css Color HEX #4CCFAA Puerto Rico

📋 copy color: '#4CCFAA'

red 76 ◦ green 207 ◦ blue 170

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

Shades of Puerto Rico #4CCFAA

Tints of Puerto Rico #4CCFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.7%

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

R = 16.78%
G = 45.7%
B = 37.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#4CCFAA (or 0x4CCFAA) is known color: Puerto Rico. HEX triplet: 4C, CF and AA. RGB value is (76,207,170). Sum of RGB (Red+Green+Blue) = 76+207+170=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCFAA is #B33055. Grayscale: #A3A3A3. Windows color (decimal): -11743318 or 11194188. OLE color: 11194188.

HSL color Cylindrical-coordinate representation of color #4CCFAA: hue angle of 163.05º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCFAA is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 207 170 -
CMYK 0.63 0 0.18 0.19
HSL 163.05º 0.58% 0.55% -
HSV(B) 163.05º 0.63% 0.81% -
XYZ 32.55 49.06 45.79 -
YUV 163.61 131.6 65.51 -
System Red Green Blue C M Y K H S L
Decimal 76 207 170 0.63 0 0.18 0.19 163.05 0.58 0.55
Hex 4C CF AA 3F 0 12 13 A3 3A 37
Octal 114 317 252 77 0 22 23 243 72 67
Binary 1001100 11001111 10101010 111111 0 10010 10011 10100011 111010 110111

Color Harmonies of #4CCFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFAA

Black with #4CCFAA

Text Example


Text Example

White with #4CCFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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