Html Css Color HEX #5DA2A1 Cadet Blue

📋 copy color: '#5DA2A1'

red 93 ◦ green 162 ◦ blue 161

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

Shades of Cadet Blue #5DA2A1

Tints of Cadet Blue #5DA2A1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 161 (63.28% from 255) = 38.7%

R = 22.36%
G = 38.94%
B = 38.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#5DA2A1 (or 0x5DA2A1) is known color: Cadet Blue. HEX triplet: 5D, A2 and A1. RGB value is (93,162,161). Sum of RGB (Red+Green+Blue) = 93+162+161=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA2A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA2A1 is #A25D5E. Grayscale: #8D8D8D. Windows color (decimal): -10640735 or 10592861. OLE color: 10592861.

HSL color Cylindrical-coordinate representation of color #5DA2A1: hue angle of 179.13º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA2A1 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 162 161 -
CMYK 0.43 0 0.01 0.36
HSL 179.13º 0.27% 0.5% -
HSV(B) 179.13º 0.43% 0.64% -
XYZ 23.87 30.74 38.39 -
YUV 141.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 93 162 161 0.43 0 0.01 0.36 179.13 0.27 0.5
Hex 5D A2 A1 2B 0 1 24 B3 1B 32
Octal 135 242 241 53 0 1 44 263 33 62
Binary 1011101 10100010 10100001 101011 0 1 100100 10110011 11011 110010

Color Harmonies of #5DA2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA2A1

Black with #5DA2A1

Text Example


Text Example

White with #5DA2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,162,161); }

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

background-color css

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

 a { background-color: rgb(93,162,161); }

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

border-color css

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

 span { border-color: rgb(93,162,161); }

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