Html Css Color HEX #4DC9AA Puerto Rico

📋 copy color: '#4DC9AA'

red 77 ◦ green 201 ◦ blue 170

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

Shades of Puerto Rico #4DC9AA

Tints of Puerto Rico #4DC9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.87%

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

R = 17.19%
G = 44.87%
B = 37.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#4DC9AA (or 0x4DC9AA) is known color: Puerto Rico. HEX triplet: 4D, C9 and AA. RGB value is (77,201,170). Sum of RGB (Red+Green+Blue) = 77+201+170=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC9AA is #B23655. Grayscale: #A0A0A0. Windows color (decimal): -11679318 or 11192653. OLE color: 11192653.

HSL color Cylindrical-coordinate representation of color #4DC9AA: hue angle of 165º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC9AA is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 201 170 -
CMYK 0.62 0 0.15 0.21
HSL 165º 0.53% 0.55% -
HSV(B) 165º 0.62% 0.79% -
XYZ 31.2 46.25 45.31 -
YUV 160.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 77 201 170 0.62 0 0.15 0.21 165 0.53 0.55
Hex 4D C9 AA 3E 0 F 15 A5 35 37
Octal 115 311 252 76 0 17 25 245 65 67
Binary 1001101 11001001 10101010 111110 0 1111 10101 10100101 110101 110111

Color Harmonies of #4DC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC9AA

Black with #4DC9AA

Text Example


Text Example

White with #4DC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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