Html Css Color HEX #52C193 Keppel

📋 copy color: '#52C193'

red 82 ◦ green 193 ◦ blue 147

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

Shades of Keppel #52C193

Tints of Keppel #52C193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 19.43%
G = 45.73%
B = 34.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#52C193 (or 0x52C193) is known color: Keppel. HEX triplet: 52, C1 and 93. RGB value is (82,193,147). Sum of RGB (Red+Green+Blue) = 82+193+147=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #52C193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C193 is #AD3E6C. Grayscale: #9A9A9A. Windows color (decimal): -11353709 or 9683282. OLE color: 9683282.

HSL color Cylindrical-coordinate representation of color #52C193: hue angle of 155.14º 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 #52C193 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 147 -
CMYK 0.58 0 0.24 0.24
HSL 155.14º 0.47% 0.54% -
HSV(B) 155.14º 0.58% 0.76% -
XYZ 27.82 42.04 34.25 -
YUV 154.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 82 193 147 0.58 0 0.24 0.24 155.14 0.47 0.54
Hex 52 C1 93 3A 0 18 18 9B 2F 36
Octal 122 301 223 72 0 30 30 233 57 66
Binary 1010010 11000001 10010011 111010 0 11000 11000 10011011 101111 110110

Color Harmonies of #52C193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C193

Black with #52C193

Text Example


Text Example

White with #52C193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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