Html Css Color HEX #52B795 Keppel

📋 copy color: '#52B795'

red 82 ◦ green 183 ◦ blue 149

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

Shades of Keppel #52B795

Tints of Keppel #52B795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.2%

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 19.81%
G = 44.2%
B = 35.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#52B795 (or 0x52B795) is known color: Keppel. HEX triplet: 52, B7 and 95. RGB value is (82,183,149). Sum of RGB (Red+Green+Blue) = 82+183+149=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #52B795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B795 is #AD486A. Grayscale: #949494. Windows color (decimal): -11356267 or 9811794. OLE color: 9811794.

HSL color Cylindrical-coordinate representation of color #52B795: hue angle of 159.8º degrees, saturation: 0.41, 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 #52B795 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 149 -
CMYK 0.55 0 0.19 0.28
HSL 159.8º 0.41% 0.52% -
HSV(B) 159.8º 0.55% 0.72% -
XYZ 25.84 37.83 34.37 -
YUV 148.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 82 183 149 0.55 0 0.19 0.28 159.8 0.41 0.52
Hex 52 B7 95 37 0 13 1C A0 29 34
Octal 122 267 225 67 0 23 34 240 51 64
Binary 1010010 10110111 10010101 110111 0 10011 11100 10100000 101001 110100

Color Harmonies of #52B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B795

Black with #52B795

Text Example


Text Example

White with #52B795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,149); }

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

background-color css

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

 a { background-color: rgb(82,183,149); }

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

border-color css

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

 span { border-color: rgb(82,183,149); }

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