Html Css Color HEX #52C494 Keppel

📋 copy color: '#52C494'

red 82 ◦ green 196 ◦ blue 148

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

Shades of Keppel #52C494

Tints of Keppel #52C494

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.01%

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

R = 19.25%
G = 46.01%
B = 34.74%

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

#52C494 (or 0x52C494) is known color: Keppel. HEX triplet: 52, C4 and 94. RGB value is (82,196,148). Sum of RGB (Red+Green+Blue) = 82+196+148=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #52C494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C494 is #AD3B6B. Grayscale: #9C9C9C. Windows color (decimal): -11352940 or 9749586. OLE color: 9749586.

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

Color convert

RGB 82 196 148 -
CMYK 0.58 0 0.24 0.23
HSL 154.74º 0.49% 0.55% -
HSV(B) 154.74º 0.58% 0.77% -
XYZ 28.56 43.41 34.89 -
YUV 156.44 123.23 74.9 -
System Red Green Blue C M Y K H S L
Decimal 82 196 148 0.58 0 0.24 0.23 154.74 0.49 0.55
Hex 52 C4 94 3A 0 18 17 9B 31 37
Octal 122 304 224 72 0 30 27 233 61 67
Binary 1010010 11000100 10010100 111010 0 11000 10111 10011011 110001 110111

Color Harmonies of #52C494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C494

Black with #52C494

Text Example


Text Example

White with #52C494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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