Html Css Color HEX #4DB29B Puerto Rico

📋 copy color: '#4DB29B'

red 77 ◦ green 178 ◦ blue 155

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

Shades of Puerto Rico #4DB29B

Tints of Puerto Rico #4DB29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 18.78%
G = 43.41%
B = 37.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#4DB29B (or 0x4DB29B) is known color: Puerto Rico. HEX triplet: 4D, B2 and 9B. RGB value is (77,178,155). Sum of RGB (Red+Green+Blue) = 77+178+155=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB29B is #B24D64. Grayscale: #919191. Windows color (decimal): -11685221 or 10203725. OLE color: 10203725.

HSL color Cylindrical-coordinate representation of color #4DB29B: hue angle of 166.34º 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 #4DB29B is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 178 155 -
CMYK 0.57 0 0.13 0.30
HSL 166.34º 0.4% 0.5% -
HSV(B) 166.34º 0.57% 0.7% -
XYZ 24.9 35.79 36.61 -
YUV 145.18 133.54 79.37 -
System Red Green Blue C M Y K H S L
Decimal 77 178 155 0.57 0 0.13 0.30 166.34 0.4 0.5
Hex 4D B2 9B 39 0 D 1E A6 28 32
Octal 115 262 233 71 0 15 36 246 50 62
Binary 1001101 10110010 10011011 111001 0 1101 11110 10100110 101000 110010

Color Harmonies of #4DB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB29B

Black with #4DB29B

Text Example


Text Example

White with #4DB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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