Html Css Color HEX #4CCEA4 Puerto Rico

📋 copy color: '#4CCEA4'

red 76 ◦ green 206 ◦ blue 164

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

Shades of Puerto Rico #4CCEA4

Tints of Puerto Rico #4CCEA4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.19%

 BLUE value IS 164 (64.45% from 255) = 36.77%

R = 17.04%
G = 46.19%
B = 36.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#4CCEA4 (or 0x4CCEA4) is known color: Puerto Rico. HEX triplet: 4C, CE and A4. RGB value is (76,206,164). Sum of RGB (Red+Green+Blue) = 76+206+164=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCEA4 is #B3315B. Grayscale: #A2A2A2. Windows color (decimal): -11743580 or 10800716. OLE color: 10800716.

HSL color Cylindrical-coordinate representation of color #4CCEA4: hue angle of 160.62º degrees, saturation: 0.57, 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 #4CCEA4 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 206 164 -
CMYK 0.63 0 0.20 0.19
HSL 160.62º 0.57% 0.55% -
HSV(B) 160.62º 0.63% 0.81% -
XYZ 31.75 48.36 42.78 -
YUV 162.34 128.93 66.42 -
System Red Green Blue C M Y K H S L
Decimal 76 206 164 0.63 0 0.20 0.19 160.62 0.57 0.55
Hex 4C CE A4 3F 0 14 13 A1 39 37
Octal 114 316 244 77 0 24 23 241 71 67
Binary 1001100 11001110 10100100 111111 0 10100 10011 10100001 111001 110111

Color Harmonies of #4CCEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCEA4

Black with #4CCEA4

Text Example


Text Example

White with #4CCEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,206,164); }

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

background-color css

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

 a { background-color: rgb(76,206,164); }

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

border-color css

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

 span { border-color: rgb(76,206,164); }

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