Html Css Color HEX #52C093 Keppel

📋 copy color: '#52C093'

red 82 ◦ green 192 ◦ blue 147

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

Shades of Keppel #52C093

Tints of Keppel #52C093

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.61%

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

R = 19.48%
G = 45.61%
B = 34.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#52C093 (or 0x52C093) is known color: Keppel. HEX triplet: 52, C0 and 93. RGB value is (82,192,147). Sum of RGB (Red+Green+Blue) = 82+192+147=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #52C093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C093 is #AD3F6C. Grayscale: #9A9A9A. Windows color (decimal): -11353965 or 9683026. OLE color: 9683026.

HSL color Cylindrical-coordinate representation of color #52C093: hue angle of 155.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C093 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 147 -
CMYK 0.57 0 0.23 0.25
HSL 155.45º 0.47% 0.54% -
HSV(B) 155.45º 0.57% 0.75% -
XYZ 27.6 41.6 34.18 -
YUV 153.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 82 192 147 0.57 0 0.23 0.25 155.45 0.47 0.54
Hex 52 C0 93 39 0 17 19 9B 2F 36
Octal 122 300 223 71 0 27 31 233 57 66
Binary 1010010 11000000 10010011 111001 0 10111 11001 10011011 101111 110110

Color Harmonies of #52C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C093

Black with #52C093

Text Example


Text Example

White with #52C093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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