Html Css Color HEX #4DB6AB Puerto Rico

📋 copy color: '#4DB6AB'

red 77 ◦ green 182 ◦ blue 171

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

Shades of Puerto Rico #4DB6AB

Tints of Puerto Rico #4DB6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.33%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 17.91%
G = 42.33%
B = 39.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#4DB6AB (or 0x4DB6AB) is known color: Puerto Rico. HEX triplet: 4D, B6 and AB. RGB value is (77,182,171). Sum of RGB (Red+Green+Blue) = 77+182+171=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB6AB is #B24954. Grayscale: #959595. Windows color (decimal): -11684181 or 11253325. OLE color: 11253325.

HSL color Cylindrical-coordinate representation of color #4DB6AB: hue angle of 173.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB6AB is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 182 171 -
CMYK 0.58 0 0.06 0.29
HSL 173.71º 0.42% 0.51% -
HSV(B) 173.71º 0.58% 0.71% -
XYZ 27.14 37.97 44.43 -
YUV 149.35 140.21 76.39 -
System Red Green Blue C M Y K H S L
Decimal 77 182 171 0.58 0 0.06 0.29 173.71 0.42 0.51
Hex 4D B6 AB 3A 0 6 1D AE 2A 33
Octal 115 266 253 72 0 6 35 256 52 63
Binary 1001101 10110110 10101011 111010 0 110 11101 10101110 101010 110011

Color Harmonies of #4DB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB6AB

Black with #4DB6AB

Text Example


Text Example

White with #4DB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,182,171); }

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

background-color css

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

 a { background-color: rgb(77,182,171); }

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

border-color css

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

 span { border-color: rgb(77,182,171); }

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