Html Css Color HEX #53AAA1 Cadet Blue

📋 copy color: '#53AAA1'

red 83 ◦ green 170 ◦ blue 161

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

Shades of Cadet Blue #53AAA1

Tints of Cadet Blue #53AAA1

RGB

 RED value IS 83 (32.81% from 255) = 20.05%

 GREEN value IS 170 (66.8% from 255) = 41.06%

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

R = 20.05%
G = 41.06%
B = 38.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#53AAA1 (or 0x53AAA1) is known color: Cadet Blue. HEX triplet: 53, AA and A1. RGB value is (83,170,161). Sum of RGB (Red+Green+Blue) = 83+170+161=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #53AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AAA1 is #AC555E. Grayscale: #8E8E8E. Windows color (decimal): -11294047 or 10594899. OLE color: 10594899.

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

Color convert

RGB 83 170 161 -
CMYK 0.51 0 0.05 0.33
HSL 173.79º 0.34% 0.5% -
HSV(B) 173.79º 0.51% 0.67% -
XYZ 24.38 33.16 38.83 -
YUV 142.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 83 170 161 0.51 0 0.05 0.33 173.79 0.34 0.5
Hex 53 AA A1 33 0 5 21 AE 22 32
Octal 123 252 241 63 0 5 41 256 42 62
Binary 1010011 10101010 10100001 110011 0 101 100001 10101110 100010 110010

Color Harmonies of #53AAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AAA1

Black with #53AAA1

Text Example


Text Example

White with #53AAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53AAA1; }

 p { color: rgb(83,170,161); }

 H1.HeaderClassName
 {
   color: #53AAA1;
 }
 .AnyTagClassName
 {
   color: #53AAA1;
 }
</style>

background-color css

<style>
 a { background-color: #53AAA1; }

 a { background-color: rgb(83,170,161); }

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

border-color css

<style>
 span { border-color: #53AAA1; }

 span { border-color: rgb(83,170,161); }

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