Html Css Color HEX #4DC2AB Puerto Rico

📋 copy color: '#4DC2AB'

red 77 ◦ green 194 ◦ blue 171

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

Shades of Puerto Rico #4DC2AB

Tints of Puerto Rico #4DC2AB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 17.42%
G = 43.89%
B = 38.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#4DC2AB (or 0x4DC2AB) is known color: Puerto Rico. HEX triplet: 4D, C2 and AB. RGB value is (77,194,171). Sum of RGB (Red+Green+Blue) = 77+194+171=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC2AB is #B23D54. Grayscale: #9C9C9C. Windows color (decimal): -11681109 or 11256397. OLE color: 11256397.

HSL color Cylindrical-coordinate representation of color #4DC2AB: hue angle of 168.21º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC2AB is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 194 171 -
CMYK 0.60 0 0.12 0.24
HSL 168.21º 0.49% 0.53% -
HSV(B) 168.21º 0.6% 0.76% -
XYZ 29.7 43.1 45.28 -
YUV 156.4 136.24 71.37 -
System Red Green Blue C M Y K H S L
Decimal 77 194 171 0.60 0 0.12 0.24 168.21 0.49 0.53
Hex 4D C2 AB 3C 0 C 18 A8 31 35
Octal 115 302 253 74 0 14 30 250 61 65
Binary 1001101 11000010 10101011 111100 0 1100 11000 10101000 110001 110101

Color Harmonies of #4DC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC2AB

Black with #4DC2AB

Text Example


Text Example

White with #4DC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,194,171); }

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

background-color css

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

 a { background-color: rgb(77,194,171); }

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

border-color css

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

 span { border-color: rgb(77,194,171); }

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