Html Css Color HEX #4DBB9E Puerto Rico

📋 copy color: '#4DBB9E'

red 77 ◦ green 187 ◦ blue 158

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

Shades of Puerto Rico #4DBB9E

Tints of Puerto Rico #4DBB9E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.31%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 18.25%
G = 44.31%
B = 37.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#4DBB9E (or 0x4DBB9E) is known color: Puerto Rico. HEX triplet: 4D, BB and 9E. RGB value is (77,187,158). Sum of RGB (Red+Green+Blue) = 77+187+158=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBB9E is #B24461. Grayscale: #969696. Windows color (decimal): -11682914 or 10402637. OLE color: 10402637.

HSL color Cylindrical-coordinate representation of color #4DBB9E: hue angle of 164.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB9E is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 187 158 -
CMYK 0.59 0 0.16 0.27
HSL 164.18º 0.45% 0.52% -
HSV(B) 164.18º 0.59% 0.73% -
XYZ 27 39.59 38.57 -
YUV 150.8 132.06 75.36 -
System Red Green Blue C M Y K H S L
Decimal 77 187 158 0.59 0 0.16 0.27 164.18 0.45 0.52
Hex 4D BB 9E 3B 0 10 1B A4 2D 34
Octal 115 273 236 73 0 20 33 244 55 64
Binary 1001101 10111011 10011110 111011 0 10000 11011 10100100 101101 110100

Color Harmonies of #4DBB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBB9E

Black with #4DBB9E

Text Example


Text Example

White with #4DBB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,187,158); }

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

background-color css

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

 a { background-color: rgb(77,187,158); }

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

border-color css

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

 span { border-color: rgb(77,187,158); }

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