Html Css Color HEX #4DB8AF Puerto Rico

📋 copy color: '#4DB8AF'

red 77 ◦ green 184 ◦ blue 175

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

Shades of Puerto Rico #4DB8AF

Tints of Puerto Rico #4DB8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.2%

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 17.66%
G = 42.2%
B = 40.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#4DB8AF (or 0x4DB8AF) is known color: Puerto Rico. HEX triplet: 4D, B8 and AF. RGB value is (77,184,175). Sum of RGB (Red+Green+Blue) = 77+184+175=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB8AF is #B24750. Grayscale: #969696. Windows color (decimal): -11683665 or 11515981. OLE color: 11515981.

HSL color Cylindrical-coordinate representation of color #4DB8AF: hue angle of 174.95º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB8AF is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 77 184 175 -
CMYK 0.58 0 0.05 0.28
HSL 174.95º 0.43% 0.51% -
HSV(B) 174.95º 0.58% 0.72% -
XYZ 27.94 38.95 46.6 -
YUV 150.98 141.55 75.23 -
System Red Green Blue C M Y K H S L
Decimal 77 184 175 0.58 0 0.05 0.28 174.95 0.43 0.51
Hex 4D B8 AF 3A 0 5 1C AF 2B 33
Octal 115 270 257 72 0 5 34 257 53 63
Binary 1001101 10111000 10101111 111010 0 101 11100 10101111 101011 110011

Color Harmonies of #4DB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB8AF

Black with #4DB8AF

Text Example


Text Example

White with #4DB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,184,175); }

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

background-color css

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

 a { background-color: rgb(77,184,175); }

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

border-color css

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

 span { border-color: rgb(77,184,175); }

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