Html Css Color HEX #4DCDAA Puerto Rico

📋 copy color: '#4DCDAA'

red 77 ◦ green 205 ◦ blue 170

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

Shades of Puerto Rico #4DCDAA

Tints of Puerto Rico #4DCDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

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

R = 17.04%
G = 45.35%
B = 37.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#4DCDAA (or 0x4DCDAA) is known color: Puerto Rico. HEX triplet: 4D, CD and AA. RGB value is (77,205,170). Sum of RGB (Red+Green+Blue) = 77+205+170=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCDAA is #B23255. Grayscale: #A2A2A2. Windows color (decimal): -11678294 or 11193677. OLE color: 11193677.

HSL color Cylindrical-coordinate representation of color #4DCDAA: hue angle of 163.59º degrees, saturation: 0.56, 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 #4DCDAA is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 205 170 -
CMYK 0.62 0 0.17 0.20
HSL 163.59º 0.56% 0.55% -
HSV(B) 163.59º 0.62% 0.8% -
XYZ 32.15 48.14 45.63 -
YUV 162.74 132.09 66.85 -
System Red Green Blue C M Y K H S L
Decimal 77 205 170 0.62 0 0.17 0.20 163.59 0.56 0.55
Hex 4D CD AA 3E 0 11 14 A4 38 37
Octal 115 315 252 76 0 21 24 244 70 67
Binary 1001101 11001101 10101010 111110 0 10001 10100 10100100 111000 110111

Color Harmonies of #4DCDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCDAA

Black with #4DCDAA

Text Example


Text Example

White with #4DCDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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