Html Css Color HEX #52B997 Keppel

📋 copy color: '#52B997'

red 82 ◦ green 185 ◦ blue 151

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

Shades of Keppel #52B997

Tints of Keppel #52B997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.26%

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 19.62%
G = 44.26%
B = 36.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#52B997 (or 0x52B997) is known color: Keppel. HEX triplet: 52, B9 and 97. RGB value is (82,185,151). Sum of RGB (Red+Green+Blue) = 82+185+151=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #52B997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B997 is #AD4668. Grayscale: #969696. Windows color (decimal): -11355753 or 9943378. OLE color: 9943378.

HSL color Cylindrical-coordinate representation of color #52B997: hue angle of 160.19º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52B997 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 185 151 -
CMYK 0.56 0 0.18 0.27
HSL 160.19º 0.42% 0.52% -
HSV(B) 160.19º 0.56% 0.73% -
XYZ 26.41 38.73 35.36 -
YUV 150.33 128.38 79.26 -
System Red Green Blue C M Y K H S L
Decimal 82 185 151 0.56 0 0.18 0.27 160.19 0.42 0.52
Hex 52 B9 97 38 0 12 1B A0 2A 34
Octal 122 271 227 70 0 22 33 240 52 64
Binary 1010010 10111001 10010111 111000 0 10010 11011 10100000 101010 110100

Color Harmonies of #52B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B997

Black with #52B997

Text Example


Text Example

White with #52B997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,185,151); }

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

background-color css

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

 a { background-color: rgb(82,185,151); }

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

border-color css

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

 span { border-color: rgb(82,185,151); }

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