Html Css Color HEX #5AABA3 Cadet Blue

📋 copy color: '#5AABA3'

red 90 ◦ green 171 ◦ blue 163

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

Shades of Cadet Blue #5AABA3

Tints of Cadet Blue #5AABA3

RGB

 RED value IS 90 (35.55% from 255) = 21.23%

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 163 (64.06% from 255) = 38.44%

R = 21.23%
G = 40.33%
B = 38.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#5AABA3 (or 0x5AABA3) is known color: Cadet Blue. HEX triplet: 5A, AB and A3. RGB value is (90,171,163). Sum of RGB (Red+Green+Blue) = 90+171+163=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #5AABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AABA3 is #A5545C. Grayscale: #919191. Windows color (decimal): -10835037 or 10726234. OLE color: 10726234.

HSL color Cylindrical-coordinate representation of color #5AABA3: hue angle of 174.07º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AABA3 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 171 163 -
CMYK 0.47 0 0.05 0.33
HSL 174.07º 0.33% 0.51% -
HSV(B) 174.07º 0.47% 0.67% -
XYZ 25.39 33.94 39.86 -
YUV 145.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 90 171 163 0.47 0 0.05 0.33 174.07 0.33 0.51
Hex 5A AB A3 2F 0 5 21 AE 21 33
Octal 132 253 243 57 0 5 41 256 41 63
Binary 1011010 10101011 10100011 101111 0 101 100001 10101110 100001 110011

Color Harmonies of #5AABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AABA3

Black with #5AABA3

Text Example


Text Example

White with #5AABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,171,163); }

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

background-color css

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

 a { background-color: rgb(90,171,163); }

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

border-color css

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

 span { border-color: rgb(90,171,163); }

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