Html Css Color HEX #52AD8A Keppel

📋 copy color: '#52AD8A'

red 82 ◦ green 173 ◦ blue 138

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

Shades of Keppel #52AD8A

Tints of Keppel #52AD8A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 20.87%
G = 44.02%
B = 35.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#52AD8A (or 0x52AD8A) is known color: Keppel. HEX triplet: 52, AD and 8A. RGB value is (82,173,138). Sum of RGB (Red+Green+Blue) = 82+173+138=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD8A is #AD5275. Grayscale: #8D8D8D. Windows color (decimal): -11358838 or 9088338. OLE color: 9088338.

HSL color Cylindrical-coordinate representation of color #52AD8A: hue angle of 156.92º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD8A is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 138 -
CMYK 0.53 0 0.20 0.32
HSL 156.92º 0.36% 0.5% -
HSV(B) 156.92º 0.53% 0.68% -
XYZ 23.01 33.52 29.3 -
YUV 141.8 125.85 85.35 -
System Red Green Blue C M Y K H S L
Decimal 82 173 138 0.53 0 0.20 0.32 156.92 0.36 0.5
Hex 52 AD 8A 35 0 14 20 9D 24 32
Octal 122 255 212 65 0 24 40 235 44 62
Binary 1010010 10101101 10001010 110101 0 10100 100000 10011101 100100 110010

Color Harmonies of #52AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD8A

Black with #52AD8A

Text Example


Text Example

White with #52AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,173,138); }

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

background-color css

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

 a { background-color: rgb(82,173,138); }

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

border-color css

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

 span { border-color: rgb(82,173,138); }

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