Html Css Color HEX #4DCCAA Puerto Rico

📋 copy color: '#4DCCAA'

red 77 ◦ green 204 ◦ blue 170

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

Shades of Puerto Rico #4DCCAA

Tints of Puerto Rico #4DCCAA

RGB

 RED value IS 77 (30.47% from 255) = 17.07%

 GREEN value IS 204 (80.08% from 255) = 45.23%

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

R = 17.07%
G = 45.23%
B = 37.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#4DCCAA (or 0x4DCCAA) is known color: Puerto Rico. HEX triplet: 4D, CC and AA. RGB value is (77,204,170). Sum of RGB (Red+Green+Blue) = 77+204+170=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCCAA is #B23355. Grayscale: #A2A2A2. Windows color (decimal): -11678550 or 11193421. OLE color: 11193421.

HSL color Cylindrical-coordinate representation of color #4DCCAA: hue angle of 163.94º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCCAA is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 204 170 -
CMYK 0.62 0 0.17 0.2
HSL 163.94º 0.55% 0.55% -
HSV(B) 163.94º 0.62% 0.8% -
XYZ 31.91 47.67 45.55 -
YUV 162.15 132.42 67.26 -
System Red Green Blue C M Y K H S L
Decimal 77 204 170 0.62 0 0.17 0.2 163.94 0.55 0.55
Hex 4D CC AA 3E 0 11 14 A4 37 37
Octal 115 314 252 76 0 21 24 244 67 67
Binary 1001101 11001100 10101010 111110 0 10001 10100 10100100 110111 110111

Color Harmonies of #4DCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCAA

Black with #4DCCAA

Text Example


Text Example

White with #4DCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,204,170); }

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

background-color css

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

 a { background-color: rgb(77,204,170); }

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

border-color css

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

 span { border-color: rgb(77,204,170); }

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