Html Css Color HEX #4DBEA8 Puerto Rico

📋 copy color: '#4DBEA8'

red 77 ◦ green 190 ◦ blue 168

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

Shades of Puerto Rico #4DBEA8

Tints of Puerto Rico #4DBEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.62%

R = 17.7%
G = 43.68%
B = 38.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#4DBEA8 (or 0x4DBEA8) is known color: Puerto Rico. HEX triplet: 4D, BE and A8. RGB value is (77,190,168). Sum of RGB (Red+Green+Blue) = 77+190+168=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBEA8 is #B24157. Grayscale: #999999. Windows color (decimal): -11682136 or 11058765. OLE color: 11058765.

HSL color Cylindrical-coordinate representation of color #4DBEA8: hue angle of 168.32º 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 #4DBEA8 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 190 168 -
CMYK 0.59 0 0.12 0.25
HSL 168.32º 0.47% 0.52% -
HSV(B) 168.32º 0.59% 0.75% -
XYZ 28.54 41.23 43.5 -
YUV 153.71 136.06 73.29 -
System Red Green Blue C M Y K H S L
Decimal 77 190 168 0.59 0 0.12 0.25 168.32 0.47 0.52
Hex 4D BE A8 3B 0 C 19 A8 2F 34
Octal 115 276 250 73 0 14 31 250 57 64
Binary 1001101 10111110 10101000 111011 0 1100 11001 10101000 101111 110100

Color Harmonies of #4DBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEA8

Black with #4DBEA8

Text Example


Text Example

White with #4DBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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