Html Css Color HEX #5DBCAD Puerto Rico

📋 copy color: '#5DBCAD'

red 93 ◦ green 188 ◦ blue 173

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

Shades of Puerto Rico #5DBCAD

Tints of Puerto Rico #5DBCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

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

R = 20.48%
G = 41.41%
B = 38.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#5DBCAD (or 0x5DBCAD) is known color: Puerto Rico. HEX triplet: 5D, BC and AD. RGB value is (93,188,173). Sum of RGB (Red+Green+Blue) = 93+188+173=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBCAD is #A24352. Grayscale: #9D9D9D. Windows color (decimal): -10634067 or 11385949. OLE color: 11385949.

HSL color Cylindrical-coordinate representation of color #5DBCAD: hue angle of 170.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBCAD is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 188 173 -
CMYK 0.51 0 0.08 0.26
HSL 170.53º 0.41% 0.55% -
HSV(B) 170.53º 0.51% 0.74% -
XYZ 30.04 41.31 45.93 -
YUV 157.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 93 188 173 0.51 0 0.08 0.26 170.53 0.41 0.55
Hex 5D BC AD 33 0 8 1A AB 29 37
Octal 135 274 255 63 0 10 32 253 51 67
Binary 1011101 10111100 10101101 110011 0 1000 11010 10101011 101001 110111

Color Harmonies of #5DBCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBCAD

Black with #5DBCAD

Text Example


Text Example

White with #5DBCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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