Html Css Color HEX #52C194 Keppel

📋 copy color: '#52C194'

red 82 ◦ green 193 ◦ blue 148

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

Shades of Keppel #52C194

Tints of Keppel #52C194

RGB

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

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

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

R = 19.39%
G = 45.63%
B = 34.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#52C194 (or 0x52C194) is known color: Keppel. HEX triplet: 52, C1 and 94. RGB value is (82,193,148). Sum of RGB (Red+Green+Blue) = 82+193+148=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #52C194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C194 is #AD3E6B. Grayscale: #9A9A9A. Windows color (decimal): -11353708 or 9748818. OLE color: 9748818.

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

Color convert

RGB 82 193 148 -
CMYK 0.58 0 0.23 0.24
HSL 155.68º 0.47% 0.54% -
HSV(B) 155.68º 0.58% 0.76% -
XYZ 27.89 42.07 34.67 -
YUV 154.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 82 193 148 0.58 0 0.23 0.24 155.68 0.47 0.54
Hex 52 C1 94 3A 0 17 18 9C 2F 36
Octal 122 301 224 72 0 27 30 234 57 66
Binary 1010010 11000001 10010100 111010 0 10111 11000 10011100 101111 110110

Color Harmonies of #52C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C194

Black with #52C194

Text Example


Text Example

White with #52C194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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