Html Css Color HEX #52AD98 Keppel

📋 copy color: '#52AD98'

red 82 ◦ green 173 ◦ blue 152

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

Shades of Keppel #52AD98

Tints of Keppel #52AD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 20.15%
G = 42.51%
B = 37.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#52AD98 (or 0x52AD98) is known color: Keppel. HEX triplet: 52, AD and 98. RGB value is (82,173,152). Sum of RGB (Red+Green+Blue) = 82+173+152=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD98 is #AD5267. Grayscale: #8F8F8F. Windows color (decimal): -11358824 or 10005842. OLE color: 10005842.

HSL color Cylindrical-coordinate representation of color #52AD98: hue angle of 166.15º 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 #52AD98 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 152 -
CMYK 0.53 0 0.12 0.32
HSL 166.15º 0.36% 0.5% -
HSV(B) 166.15º 0.53% 0.68% -
XYZ 24.09 33.95 34.99 -
YUV 143.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 82 173 152 0.53 0 0.12 0.32 166.15 0.36 0.5
Hex 52 AD 98 35 0 C 20 A6 24 32
Octal 122 255 230 65 0 14 40 246 44 62
Binary 1010010 10101101 10011000 110101 0 1100 100000 10100110 100100 110010

Color Harmonies of #52AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD98

Black with #52AD98

Text Example


Text Example

White with #52AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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