Html Css Color HEX #52BC98 Keppel

📋 copy color: '#52BC98'

red 82 ◦ green 188 ◦ blue 152

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

Shades of Keppel #52BC98

Tints of Keppel #52BC98

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.55%

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

R = 19.43%
G = 44.55%
B = 36.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#52BC98 (or 0x52BC98) is known color: Keppel. HEX triplet: 52, BC and 98. RGB value is (82,188,152). Sum of RGB (Red+Green+Blue) = 82+188+152=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC98 is #AD4367. Grayscale: #989898. Windows color (decimal): -11354984 or 10009682. OLE color: 10009682.

HSL color Cylindrical-coordinate representation of color #52BC98: hue angle of 159.62º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC98 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 152 -
CMYK 0.56 0 0.19 0.26
HSL 159.62º 0.44% 0.53% -
HSV(B) 159.62º 0.56% 0.74% -
XYZ 27.13 40.03 36 -
YUV 152.2 127.88 77.93 -
System Red Green Blue C M Y K H S L
Decimal 82 188 152 0.56 0 0.19 0.26 159.62 0.44 0.53
Hex 52 BC 98 38 0 13 1A A0 2C 35
Octal 122 274 230 70 0 23 32 240 54 65
Binary 1010010 10111100 10011000 111000 0 10011 11010 10100000 101100 110101

Color Harmonies of #52BC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC98

Black with #52BC98

Text Example


Text Example

White with #52BC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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