Html Css Color HEX #5DB4AB Puerto Rico

📋 copy color: '#5DB4AB'

red 93 ◦ green 180 ◦ blue 171

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

Shades of Puerto Rico #5DB4AB

Tints of Puerto Rico #5DB4AB

RGB

 RED value IS 93 (36.72% from 255) = 20.95%

 GREEN value IS 180 (70.7% from 255) = 40.54%

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

R = 20.95%
G = 40.54%
B = 38.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#5DB4AB (or 0x5DB4AB) is known color: Puerto Rico. HEX triplet: 5D, B4 and AB. RGB value is (93,180,171). Sum of RGB (Red+Green+Blue) = 93+180+171=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB4AB is #A24B54. Grayscale: #989898. Windows color (decimal): -10636117 or 11252829. OLE color: 11252829.

HSL color Cylindrical-coordinate representation of color #5DB4AB: hue angle of 173.79º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB4AB is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 180 171 -
CMYK 0.48 0 0.05 0.29
HSL 173.79º 0.37% 0.54% -
HSV(B) 173.79º 0.48% 0.71% -
XYZ 28.19 37.91 44.36 -
YUV 152.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 93 180 171 0.48 0 0.05 0.29 173.79 0.37 0.54
Hex 5D B4 AB 30 0 5 1D AE 25 36
Octal 135 264 253 60 0 5 35 256 45 66
Binary 1011101 10110100 10101011 110000 0 101 11101 10101110 100101 110110

Color Harmonies of #5DB4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB4AB

Black with #5DB4AB

Text Example


Text Example

White with #5DB4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DB4AB; }

 p { color: rgb(93,180,171); }

 H1.HeaderClassName
 {
   color: #5DB4AB;
 }
 .AnyTagClassName
 {
   color: #5DB4AB;
 }
</style>

background-color css

<style>
 a { background-color: #5DB4AB; }

 a { background-color: rgb(93,180,171); }

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

border-color css

<style>
 span { border-color: #5DB4AB; }

 span { border-color: rgb(93,180,171); }

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