Html Css Color HEX #4DB8B1 Puerto Rico

📋 copy color: '#4DB8B1'

red 77 ◦ green 184 ◦ blue 177

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

Shades of Puerto Rico #4DB8B1

Tints of Puerto Rico #4DB8B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 17.58%
G = 42.01%
B = 40.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#4DB8B1 (or 0x4DB8B1) is known color: Puerto Rico. HEX triplet: 4D, B8 and B1. RGB value is (77,184,177). Sum of RGB (Red+Green+Blue) = 77+184+177=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB8B1 is #B2474E. Grayscale: #979797. Windows color (decimal): -11683663 or 11647053. OLE color: 11647053.

HSL color Cylindrical-coordinate representation of color #4DB8B1: hue angle of 176.07º 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 #4DB8B1 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 77 184 177 -
CMYK 0.58 0 0.04 0.28
HSL 176.07º 0.43% 0.51% -
HSV(B) 176.07º 0.58% 0.72% -
XYZ 28.14 39.03 47.65 -
YUV 151.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 77 184 177 0.58 0 0.04 0.28 176.07 0.43 0.51
Hex 4D B8 B1 3A 0 4 1C B0 2B 33
Octal 115 270 261 72 0 4 34 260 53 63
Binary 1001101 10111000 10110001 111010 0 100 11100 10110000 101011 110011

Color Harmonies of #4DB8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB8B1

Black with #4DB8B1

Text Example


Text Example

White with #4DB8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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