Html Css Color HEX #4DBF9F Puerto Rico

📋 copy color: '#4DBF9F'

red 77 ◦ green 191 ◦ blue 159

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

Shades of Puerto Rico #4DBF9F

Tints of Puerto Rico #4DBF9F

RGB

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

 GREEN value IS 191 (75% from 255) = 44.73%

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

R = 18.03%
G = 44.73%
B = 37.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#4DBF9F (or 0x4DBF9F) is known color: Puerto Rico. HEX triplet: 4D, BF and 9F. RGB value is (77,191,159). Sum of RGB (Red+Green+Blue) = 77+191+159=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBF9F is #B24060. Grayscale: #999999. Windows color (decimal): -11681889 or 10469197. OLE color: 10469197.

HSL color Cylindrical-coordinate representation of color #4DBF9F: hue angle of 163.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF9F is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 191 159 -
CMYK 0.60 0 0.17 0.25
HSL 163.16º 0.47% 0.53% -
HSV(B) 163.16º 0.6% 0.75% -
XYZ 27.95 41.34 39.31 -
YUV 153.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 77 191 159 0.60 0 0.17 0.25 163.16 0.47 0.53
Hex 4D BF 9F 3C 0 11 19 A3 2F 35
Octal 115 277 237 74 0 21 31 243 57 65
Binary 1001101 10111111 10011111 111100 0 10001 11001 10100011 101111 110101

Color Harmonies of #4DBF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBF9F

Black with #4DBF9F

Text Example


Text Example

White with #4DBF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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