Html Css Color HEX #53A194 Cadet Blue

📋 copy color: '#53A194'

red 83 ◦ green 161 ◦ blue 148

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

Shades of Cadet Blue #53A194

Tints of Cadet Blue #53A194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 21.17%
G = 41.07%
B = 37.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#53A194 (or 0x53A194) is known color: Cadet Blue. HEX triplet: 53, A1 and 94. RGB value is (83,161,148). Sum of RGB (Red+Green+Blue) = 83+161+148=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #53A194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A194 is #AC5E6B. Grayscale: #888888. Windows color (decimal): -11296364 or 9740627. OLE color: 9740627.

HSL color Cylindrical-coordinate representation of color #53A194: hue angle of 170º 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 #53A194 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 161 148 -
CMYK 0.48 0 0.08 0.37
HSL 170º 0.32% 0.48% -
HSV(B) 170º 0.48% 0.63% -
XYZ 21.66 29.47 32.56 -
YUV 136.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 83 161 148 0.48 0 0.08 0.37 170 0.32 0.48
Hex 53 A1 94 30 0 8 25 AA 20 30
Octal 123 241 224 60 0 10 45 252 40 60
Binary 1010011 10100001 10010100 110000 0 1000 100101 10101010 100000 110000

Color Harmonies of #53A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A194

Black with #53A194

Text Example


Text Example

White with #53A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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