Html Css Color HEX #4DC1AA Puerto Rico

📋 copy color: '#4DC1AA'

red 77 ◦ green 193 ◦ blue 170

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

Shades of Puerto Rico #4DC1AA

Tints of Puerto Rico #4DC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.86%

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

R = 17.5%
G = 43.86%
B = 38.64%

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

#4DC1AA (or 0x4DC1AA) is known color: Puerto Rico. HEX triplet: 4D, C1 and AA. RGB value is (77,193,170). Sum of RGB (Red+Green+Blue) = 77+193+170=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC1AA is #B23E55. Grayscale: #9B9B9B. Windows color (decimal): -11681366 or 11190605. OLE color: 11190605.

HSL color Cylindrical-coordinate representation of color #4DC1AA: hue angle of 168.1º degrees, saturation: 0.48, 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 #4DC1AA is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 193 170 -
CMYK 0.60 0 0.12 0.24
HSL 168.1º 0.48% 0.53% -
HSV(B) 168.1º 0.6% 0.76% -
XYZ 29.39 42.62 44.71 -
YUV 155.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 77 193 170 0.60 0 0.12 0.24 168.1 0.48 0.53
Hex 4D C1 AA 3C 0 C 18 A8 30 35
Octal 115 301 252 74 0 14 30 250 60 65
Binary 1001101 11000001 10101010 111100 0 1100 11000 10101000 110000 110101

Color Harmonies of #4DC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC1AA

Black with #4DC1AA

Text Example


Text Example

White with #4DC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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