Html Css Color HEX #52C198 Keppel

📋 copy color: '#52C198'

red 82 ◦ green 193 ◦ blue 152

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

Shades of Keppel #52C198

Tints of Keppel #52C198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.6%

R = 19.2%
G = 45.2%
B = 35.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#52C198 (or 0x52C198) is known color: Keppel. HEX triplet: 52, C1 and 98. RGB value is (82,193,152). Sum of RGB (Red+Green+Blue) = 82+193+152=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #52C198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C198 is #AD3E67. Grayscale: #9B9B9B. Windows color (decimal): -11353704 or 10010962. OLE color: 10010962.

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

Color convert

RGB 82 193 152 -
CMYK 0.58 0 0.21 0.24
HSL 157.84º 0.47% 0.54% -
HSV(B) 157.84º 0.58% 0.76% -
XYZ 28.22 42.2 36.36 -
YUV 155.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 82 193 152 0.58 0 0.21 0.24 157.84 0.47 0.54
Hex 52 C1 98 3A 0 15 18 9E 2F 36
Octal 122 301 230 72 0 25 30 236 57 66
Binary 1010010 11000001 10011000 111010 0 10101 11000 10011110 101111 110110

Color Harmonies of #52C198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C198

Black with #52C198

Text Example


Text Example

White with #52C198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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