Html Css Color HEX #52B899 Keppel

📋 copy color: '#52B899'

red 82 ◦ green 184 ◦ blue 153

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

Shades of Keppel #52B899

Tints of Keppel #52B899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.91%

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 19.57%
G = 43.91%
B = 36.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#52B899 (or 0x52B899) is known color: Keppel. HEX triplet: 52, B8 and 99. RGB value is (82,184,153). Sum of RGB (Red+Green+Blue) = 82+184+153=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #52B899 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B899 is #AD4766. Grayscale: #959595. Windows color (decimal): -11356007 or 10074194. OLE color: 10074194.

HSL color Cylindrical-coordinate representation of color #52B899: hue angle of 161.76º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B899 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 153 -
CMYK 0.55 0 0.17 0.28
HSL 161.76º 0.42% 0.52% -
HSV(B) 161.76º 0.55% 0.72% -
XYZ 26.37 38.37 36.15 -
YUV 149.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 82 184 153 0.55 0 0.17 0.28 161.76 0.42 0.52
Hex 52 B8 99 37 0 11 1C A2 2A 34
Octal 122 270 231 67 0 21 34 242 52 64
Binary 1010010 10111000 10011001 110111 0 10001 11100 10100010 101010 110100

Color Harmonies of #52B899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B899

Black with #52B899

Text Example


Text Example

White with #52B899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,184,153); }

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

background-color css

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

 a { background-color: rgb(82,184,153); }

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

border-color css

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

 span { border-color: rgb(82,184,153); }

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