Html Css Color HEX #52C094 Keppel

📋 copy color: '#52C094'

red 82 ◦ green 192 ◦ blue 148

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

Shades of Keppel #52C094

Tints of Keppel #52C094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 19.43%
G = 45.5%
B = 35.07%

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

#52C094 (or 0x52C094) is known color: Keppel. HEX triplet: 52, C0 and 94. RGB value is (82,192,148). Sum of RGB (Red+Green+Blue) = 82+192+148=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #52C094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C094 is #AD3F6B. Grayscale: #9A9A9A. Windows color (decimal): -11353964 or 9748562. OLE color: 9748562.

HSL color Cylindrical-coordinate representation of color #52C094: hue angle of 156º 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 #52C094 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 148 -
CMYK 0.57 0 0.23 0.25
HSL 156º 0.47% 0.54% -
HSV(B) 156º 0.57% 0.75% -
XYZ 27.67 41.63 34.59 -
YUV 154.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 82 192 148 0.57 0 0.23 0.25 156 0.47 0.54
Hex 52 C0 94 39 0 17 19 9C 2F 36
Octal 122 300 224 71 0 27 31 234 57 66
Binary 1010010 11000000 10010100 111001 0 10111 11001 10011100 101111 110110

Color Harmonies of #52C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C094

Black with #52C094

Text Example


Text Example

White with #52C094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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