Html Css Color HEX #4DB29F Puerto Rico

📋 copy color: '#4DB29F'

red 77 ◦ green 178 ◦ blue 159

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

Shades of Puerto Rico #4DB29F

Tints of Puerto Rico #4DB29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 18.6%
G = 43%
B = 38.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#4DB29F (or 0x4DB29F) is known color: Puerto Rico. HEX triplet: 4D, B2 and 9F. RGB value is (77,178,159). Sum of RGB (Red+Green+Blue) = 77+178+159=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB29F is #B24D60. Grayscale: #919191. Windows color (decimal): -11685217 or 10465869. OLE color: 10465869.

HSL color Cylindrical-coordinate representation of color #4DB29F: hue angle of 168.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB29F is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 178 159 -
CMYK 0.57 0 0.11 0.30
HSL 168.71º 0.4% 0.5% -
HSV(B) 168.71º 0.57% 0.7% -
XYZ 25.24 35.92 38.4 -
YUV 145.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 77 178 159 0.57 0 0.11 0.30 168.71 0.4 0.5
Hex 4D B2 9F 39 0 B 1E A9 28 32
Octal 115 262 237 71 0 13 36 251 50 62
Binary 1001101 10110010 10011111 111001 0 1011 11110 10101001 101000 110010

Color Harmonies of #4DB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB29F

Black with #4DB29F

Text Example


Text Example

White with #4DB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,178,159); }

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

background-color css

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

 a { background-color: rgb(77,178,159); }

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

border-color css

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

 span { border-color: rgb(77,178,159); }

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