Html Css Color HEX #5DB7AD Puerto Rico

📋 copy color: '#5DB7AD'

red 93 ◦ green 183 ◦ blue 173

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

Shades of Puerto Rico #5DB7AD

Tints of Puerto Rico #5DB7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.76%

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 20.71%
G = 40.76%
B = 38.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#5DB7AD (or 0x5DB7AD) is known color: Puerto Rico. HEX triplet: 5D, B7 and AD. RGB value is (93,183,173). Sum of RGB (Red+Green+Blue) = 93+183+173=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB7AD is #A24852. Grayscale: #9A9A9A. Windows color (decimal): -10635347 or 11384669. OLE color: 11384669.

HSL color Cylindrical-coordinate representation of color #5DB7AD: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB7AD is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 93 183 173 -
CMYK 0.49 0 0.05 0.28
HSL 173.33º 0.38% 0.54% -
HSV(B) 173.33º 0.49% 0.72% -
XYZ 28.99 39.21 45.58 -
YUV 154.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 93 183 173 0.49 0 0.05 0.28 173.33 0.38 0.54
Hex 5D B7 AD 31 0 5 1C AD 26 36
Octal 135 267 255 61 0 5 34 255 46 66
Binary 1011101 10110111 10101101 110001 0 101 11100 10101101 100110 110110

Color Harmonies of #5DB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB7AD

Black with #5DB7AD

Text Example


Text Example

White with #5DB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,183,173); }

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

background-color css

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

 a { background-color: rgb(93,183,173); }

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

border-color css

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

 span { border-color: rgb(93,183,173); }

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