Html Css Color HEX #52A697 Keppel

📋 copy color: '#52A697'

red 82 ◦ green 166 ◦ blue 151

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

Shades of Keppel #52A697

Tints of Keppel #52A697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

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

R = 20.55%
G = 41.6%
B = 37.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#52A697 (or 0x52A697) is known color: Keppel. HEX triplet: 52, A6 and 97. RGB value is (82,166,151). Sum of RGB (Red+Green+Blue) = 82+166+151=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #52A697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A697 is #AD5968. Grayscale: #8B8B8B. Windows color (decimal): -11360617 or 9938514. OLE color: 9938514.

HSL color Cylindrical-coordinate representation of color #52A697: hue angle of 169.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A697 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 166 151 -
CMYK 0.51 0 0.09 0.35
HSL 169.29º 0.34% 0.49% -
HSV(B) 169.29º 0.51% 0.65% -
XYZ 22.7 31.3 34.12 -
YUV 139.17 134.67 87.22 -
System Red Green Blue C M Y K H S L
Decimal 82 166 151 0.51 0 0.09 0.35 169.29 0.34 0.49
Hex 52 A6 97 33 0 9 23 A9 22 31
Octal 122 246 227 63 0 11 43 251 42 61
Binary 1010010 10100110 10010111 110011 0 1001 100011 10101001 100010 110001

Color Harmonies of #52A697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A697

Black with #52A697

Text Example


Text Example

White with #52A697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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