Html Css Color HEX #52C197 Keppel

📋 copy color: '#52C197'

red 82 ◦ green 193 ◦ blue 151

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

Shades of Keppel #52C197

Tints of Keppel #52C197

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.31%

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

R = 19.25%
G = 45.31%
B = 35.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#52C197 (or 0x52C197) is known color: Keppel. HEX triplet: 52, C1 and 97. RGB value is (82,193,151). Sum of RGB (Red+Green+Blue) = 82+193+151=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #52C197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C197 is #AD3E68. Grayscale: #9B9B9B. Windows color (decimal): -11353705 or 9945426. OLE color: 9945426.

HSL color Cylindrical-coordinate representation of color #52C197: hue angle of 157.3º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C197 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 151 -
CMYK 0.58 0 0.22 0.24
HSL 157.3º 0.47% 0.54% -
HSV(B) 157.3º 0.58% 0.76% -
XYZ 28.14 42.17 35.93 -
YUV 155.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 82 193 151 0.58 0 0.22 0.24 157.3 0.47 0.54
Hex 52 C1 97 3A 0 16 18 9D 2F 36
Octal 122 301 227 72 0 26 30 235 57 66
Binary 1010010 11000001 10010111 111010 0 10110 11000 10011101 101111 110110

Color Harmonies of #52C197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C197

Black with #52C197

Text Example


Text Example

White with #52C197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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