Html Css Color HEX #53A195 Cadet Blue

📋 copy color: '#53A195'

red 83 ◦ green 161 ◦ blue 149

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

Shades of Cadet Blue #53A195

Tints of Cadet Blue #53A195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 21.12%
G = 40.97%
B = 37.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#53A195 (or 0x53A195) is known color: Cadet Blue. HEX triplet: 53, A1 and 95. RGB value is (83,161,149). Sum of RGB (Red+Green+Blue) = 83+161+149=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #53A195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A195 is #AC5E6A. Grayscale: #888888. Windows color (decimal): -11296363 or 9806163. OLE color: 9806163.

HSL color Cylindrical-coordinate representation of color #53A195: hue angle of 170.77º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A195 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 161 149 -
CMYK 0.48 0 0.07 0.37
HSL 170.77º 0.32% 0.48% -
HSV(B) 170.77º 0.48% 0.63% -
XYZ 21.74 29.5 32.98 -
YUV 136.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 83 161 149 0.48 0 0.07 0.37 170.77 0.32 0.48
Hex 53 A1 95 30 0 7 25 AB 20 30
Octal 123 241 225 60 0 7 45 253 40 60
Binary 1010011 10100001 10010101 110000 0 111 100101 10101011 100000 110000

Color Harmonies of #53A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A195

Black with #53A195

Text Example


Text Example

White with #53A195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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