Html Css Color HEX #4DBEAD Puerto Rico

📋 copy color: '#4DBEAD'

red 77 ◦ green 190 ◦ blue 173

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

Shades of Puerto Rico #4DBEAD

Tints of Puerto Rico #4DBEAD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 17.5%
G = 43.18%
B = 39.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#4DBEAD (or 0x4DBEAD) is known color: Puerto Rico. HEX triplet: 4D, BE and AD. RGB value is (77,190,173). Sum of RGB (Red+Green+Blue) = 77+190+173=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBEAD is #B24152. Grayscale: #9A9A9A. Windows color (decimal): -11682131 or 11386445. OLE color: 11386445.

HSL color Cylindrical-coordinate representation of color #4DBEAD: hue angle of 170.97º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBEAD is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 190 173 -
CMYK 0.59 0 0.09 0.25
HSL 170.97º 0.47% 0.52% -
HSV(B) 170.97º 0.59% 0.75% -
XYZ 29.02 41.42 46 -
YUV 154.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 77 190 173 0.59 0 0.09 0.25 170.97 0.47 0.52
Hex 4D BE AD 3B 0 9 19 AB 2F 34
Octal 115 276 255 73 0 11 31 253 57 64
Binary 1001101 10111110 10101101 111011 0 1001 11001 10101011 101111 110100

Color Harmonies of #4DBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEAD

Black with #4DBEAD

Text Example


Text Example

White with #4DBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,190,173); }

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

background-color css

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

 a { background-color: rgb(77,190,173); }

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

border-color css

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

 span { border-color: rgb(77,190,173); }

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