Html Css Color HEX #5DB9AF Puerto Rico

📋 copy color: '#5DB9AF'

red 93 ◦ green 185 ◦ blue 175

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

Shades of Puerto Rico #5DB9AF

Tints of Puerto Rico #5DB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.84%

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 20.53%
G = 40.84%
B = 38.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#5DB9AF (or 0x5DB9AF) is known color: Puerto Rico. HEX triplet: 5D, B9 and AF. RGB value is (93,185,175). Sum of RGB (Red+Green+Blue) = 93+185+175=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB9AF is #A24650. Grayscale: #9C9C9C. Windows color (decimal): -10634833 or 11516253. OLE color: 11516253.

HSL color Cylindrical-coordinate representation of color #5DB9AF: hue angle of 173.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB9AF is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 185 175 -
CMYK 0.50 0 0.05 0.27
HSL 173.48º 0.4% 0.55% -
HSV(B) 173.48º 0.5% 0.73% -
XYZ 29.6 40.12 46.74 -
YUV 156.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 93 185 175 0.50 0 0.05 0.27 173.48 0.4 0.55
Hex 5D B9 AF 32 0 5 1B AD 28 37
Octal 135 271 257 62 0 5 33 255 50 67
Binary 1011101 10111001 10101111 110010 0 101 11011 10101101 101000 110111

Color Harmonies of #5DB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB9AF

Black with #5DB9AF

Text Example


Text Example

White with #5DB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,185,175); }

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

background-color css

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

 a { background-color: rgb(93,185,175); }

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

border-color css

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

 span { border-color: rgb(93,185,175); }

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