Html Css Color HEX #4DCCAB Puerto Rico

📋 copy color: '#4DCCAB'

red 77 ◦ green 204 ◦ blue 171

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

Shades of Puerto Rico #4DCCAB

Tints of Puerto Rico #4DCCAB

RGB

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

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

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

R = 17.04%
G = 45.13%
B = 37.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#4DCCAB (or 0x4DCCAB) is known color: Puerto Rico. HEX triplet: 4D, CC and AB. RGB value is (77,204,171). Sum of RGB (Red+Green+Blue) = 77+204+171=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCCAB is #B23354. Grayscale: #A2A2A2. Windows color (decimal): -11678549 or 11258957. OLE color: 11258957.

HSL color Cylindrical-coordinate representation of color #4DCCAB: hue angle of 164.41º 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 #4DCCAB is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 204 171 -
CMYK 0.62 0 0.16 0.2
HSL 164.41º 0.55% 0.55% -
HSV(B) 164.41º 0.62% 0.8% -
XYZ 32 47.7 46.05 -
YUV 162.27 132.92 67.18 -
System Red Green Blue C M Y K H S L
Decimal 77 204 171 0.62 0 0.16 0.2 164.41 0.55 0.55
Hex 4D CC AB 3E 0 10 14 A4 37 37
Octal 115 314 253 76 0 20 24 244 67 67
Binary 1001101 11001100 10101011 111110 0 10000 10100 10100100 110111 110111

Color Harmonies of #4DCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCAB

Black with #4DCCAB

Text Example


Text Example

White with #4DCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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