Html Css Color HEX #52A199 Cadet Blue

📋 copy color: '#52A199'

red 82 ◦ green 161 ◦ blue 153

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

Shades of Cadet Blue #52A199

Tints of Cadet Blue #52A199

RGB

 RED value IS 82 (32.42% from 255) = 20.71%

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

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 20.71%
G = 40.66%
B = 38.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#52A199 (or 0x52A199) is known color: Cadet Blue. HEX triplet: 52, A1 and 99. RGB value is (82,161,153). Sum of RGB (Red+Green+Blue) = 82+161+153=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #52A199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A199 is #AD5E66. Grayscale: #888888. Windows color (decimal): -11361895 or 10068306. OLE color: 10068306.

HSL color Cylindrical-coordinate representation of color #52A199: hue angle of 173.92º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A199 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 153 -
CMYK 0.49 0 0.05 0.37
HSL 173.92º 0.33% 0.48% -
HSV(B) 173.92º 0.49% 0.63% -
XYZ 21.97 29.58 34.69 -
YUV 136.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 82 161 153 0.49 0 0.05 0.37 173.92 0.33 0.48
Hex 52 A1 99 31 0 5 25 AE 21 30
Octal 122 241 231 61 0 5 45 256 41 60
Binary 1010010 10100001 10011001 110001 0 101 100101 10101110 100001 110000

Color Harmonies of #52A199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A199

Black with #52A199

Text Example


Text Example

White with #52A199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A199; }

 p { color: rgb(82,161,153); }

 H1.HeaderClassName
 {
   color: #52A199;
 }
 .AnyTagClassName
 {
   color: #52A199;
 }
</style>

background-color css

<style>
 a { background-color: #52A199; }

 a { background-color: rgb(82,161,153); }

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

border-color css

<style>
 span { border-color: #52A199; }

 span { border-color: rgb(82,161,153); }

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