Html Css Color HEX #52C595 Keppel

📋 copy color: '#52C595'

red 82 ◦ green 197 ◦ blue 149

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

Shades of Keppel #52C595

Tints of Keppel #52C595

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

 BLUE value IS 149 (58.59% from 255) = 34.81%

R = 19.16%
G = 46.03%
B = 34.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#52C595 (or 0x52C595) is known color: Keppel. HEX triplet: 52, C5 and 95. RGB value is (82,197,149). Sum of RGB (Red+Green+Blue) = 82+197+149=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #52C595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C595 is #AD3A6A. Grayscale: #9D9D9D. Windows color (decimal): -11352683 or 9815378. OLE color: 9815378.

HSL color Cylindrical-coordinate representation of color #52C595: hue angle of 154.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C595 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 149 -
CMYK 0.58 0 0.24 0.23
HSL 154.96º 0.5% 0.55% -
HSV(B) 154.96º 0.58% 0.77% -
XYZ 28.87 43.9 35.38 -
YUV 157.14 123.4 74.4 -
System Red Green Blue C M Y K H S L
Decimal 82 197 149 0.58 0 0.24 0.23 154.96 0.5 0.55
Hex 52 C5 95 3A 0 18 17 9B 32 37
Octal 122 305 225 72 0 30 27 233 62 67
Binary 1010010 11000101 10010101 111010 0 11000 10111 10011011 110010 110111

Color Harmonies of #52C595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C595

Black with #52C595

Text Example


Text Example

White with #52C595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,149); }

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

background-color css

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

 a { background-color: rgb(82,197,149); }

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

border-color css

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

 span { border-color: rgb(82,197,149); }

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