Html Css Color HEX #52A8AC Cadet Blue

📋 copy color: '#52A8AC'

red 82 ◦ green 168 ◦ blue 172

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

Shades of Cadet Blue #52A8AC

Tints of Cadet Blue #52A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

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

R = 19.43%
G = 39.81%
B = 40.76%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#52A8AC (or 0x52A8AC) is known color: Cadet Blue. HEX triplet: 52, A8 and AC. RGB value is (82,168,172). Sum of RGB (Red+Green+Blue) = 82+168+172=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #52A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A8AC is #AD5753. Grayscale: #8E8E8E. Windows color (decimal): -11360084 or 11315282. OLE color: 11315282.

HSL color Cylindrical-coordinate representation of color #52A8AC: hue angle of 182.67º 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 #52A8AC is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 168 172 -
CMYK 0.52 0.02 0 0.33
HSL 182.67º 0.35% 0.5% -
HSV(B) 182.67º 0.52% 0.67% -
XYZ 24.93 32.78 44.04 -
YUV 142.74 144.51 84.67 -
System Red Green Blue C M Y K H S L
Decimal 82 168 172 0.52 0.02 0 0.33 182.67 0.35 0.5
Hex 52 A8 AC 34 2 0 21 B7 23 32
Octal 122 250 254 64 2 0 41 267 43 62
Binary 1010010 10101000 10101100 110100 10 0 100001 10110111 100011 110010

Color Harmonies of #52A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A8AC

Black with #52A8AC

Text Example


Text Example

White with #52A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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