Html Css Color HEX #52C192 Keppel

📋 copy color: '#52C192'

red 82 ◦ green 193 ◦ blue 146

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

Shades of Keppel #52C192

Tints of Keppel #52C192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 19.48%
G = 45.84%
B = 34.68%

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

#52C192 (or 0x52C192) is known color: Keppel. HEX triplet: 52, C1 and 92. RGB value is (82,193,146). Sum of RGB (Red+Green+Blue) = 82+193+146=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #52C192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C192 is #AD3E6D. Grayscale: #9A9A9A. Windows color (decimal): -11353710 or 9617746. OLE color: 9617746.

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

Color convert

RGB 82 193 146 -
CMYK 0.58 0 0.24 0.24
HSL 154.59º 0.47% 0.54% -
HSV(B) 154.59º 0.58% 0.76% -
XYZ 27.74 42.01 33.84 -
YUV 154.45 123.23 76.32 -
System Red Green Blue C M Y K H S L
Decimal 82 193 146 0.58 0 0.24 0.24 154.59 0.47 0.54
Hex 52 C1 92 3A 0 18 18 9B 2F 36
Octal 122 301 222 72 0 30 30 233 57 66
Binary 1010010 11000001 10010010 111010 0 11000 11000 10011011 101111 110110

Color Harmonies of #52C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C192

Black with #52C192

Text Example


Text Example

White with #52C192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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