Html Css Color HEX #5DB4AA Puerto Rico

📋 copy color: '#5DB4AA'

red 93 ◦ green 180 ◦ blue 170

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

Shades of Puerto Rico #5DB4AA

Tints of Puerto Rico #5DB4AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 20.99%
G = 40.63%
B = 38.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#5DB4AA (or 0x5DB4AA) is known color: Puerto Rico. HEX triplet: 5D, B4 and AA. RGB value is (93,180,170). Sum of RGB (Red+Green+Blue) = 93+180+170=443 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.99% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB4AA is #A24B55. Grayscale: #989898. Windows color (decimal): -10636118 or 11187293. OLE color: 11187293.

HSL color Cylindrical-coordinate representation of color #5DB4AA: hue angle of 173.1º 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 #5DB4AA is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 180 170 -
CMYK 0.48 0 0.06 0.29
HSL 173.1º 0.37% 0.54% -
HSV(B) 173.1º 0.48% 0.71% -
XYZ 28.09 37.87 43.86 -
YUV 152.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 93 180 170 0.48 0 0.06 0.29 173.1 0.37 0.54
Hex 5D B4 AA 30 0 6 1D AD 25 36
Octal 135 264 252 60 0 6 35 255 45 66
Binary 1011101 10110100 10101010 110000 0 110 11101 10101101 100101 110110

Color Harmonies of #5DB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB4AA

Black with #5DB4AA

Text Example


Text Example

White with #5DB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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