Html Css Color HEX #52A1AC Cadet Blue

📋 copy color: '#52A1AC'

red 82 ◦ green 161 ◦ blue 172

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

Shades of Cadet Blue #52A1AC

Tints of Cadet Blue #52A1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 19.76%
G = 38.8%
B = 41.45%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#52A1AC (or 0x52A1AC) is known color: Cadet Blue. HEX triplet: 52, A1 and AC. RGB value is (82,161,172). Sum of RGB (Red+Green+Blue) = 82+161+172=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #52A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A1AC is #AD5E53. Grayscale: #8A8A8A. Windows color (decimal): -11361876 or 11313490. OLE color: 11313490.

HSL color Cylindrical-coordinate representation of color #52A1AC: hue angle of 187.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52A1AC is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 161 172 -
CMYK 0.52 0.06 0 0.33
HSL 187.33º 0.35% 0.5% -
HSV(B) 187.33º 0.52% 0.67% -
XYZ 23.67 30.26 43.62 -
YUV 138.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 82 161 172 0.52 0.06 0 0.33 187.33 0.35 0.5
Hex 52 A1 AC 34 6 0 21 BB 23 32
Octal 122 241 254 64 6 0 41 273 43 62
Binary 1010010 10100001 10101100 110100 110 0 100001 10111011 100011 110010

Color Harmonies of #52A1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A1AC

Black with #52A1AC

Text Example


Text Example

White with #52A1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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