Html Css Color HEX #52B794 Keppel

📋 copy color: '#52B794'

red 82 ◦ green 183 ◦ blue 148

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

Shades of Keppel #52B794

Tints of Keppel #52B794

RGB

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

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

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

R = 19.85%
G = 44.31%
B = 35.84%

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

#52B794 (or 0x52B794) is known color: Keppel. HEX triplet: 52, B7 and 94. RGB value is (82,183,148). Sum of RGB (Red+Green+Blue) = 82+183+148=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 183 - color contains mainly: green. Hex color #52B794 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B794 is #AD486B. Grayscale: #949494. Windows color (decimal): -11356268 or 9746258. OLE color: 9746258.

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

Color convert

RGB 82 183 148 -
CMYK 0.55 0 0.19 0.28
HSL 159.21º 0.41% 0.52% -
HSV(B) 159.21º 0.55% 0.72% -
XYZ 25.76 37.8 33.96 -
YUV 148.81 127.54 80.35 -
System Red Green Blue C M Y K H S L
Decimal 82 183 148 0.55 0 0.19 0.28 159.21 0.41 0.52
Hex 52 B7 94 37 0 13 1C 9F 29 34
Octal 122 267 224 67 0 23 34 237 51 64
Binary 1010010 10110111 10010100 110111 0 10011 11100 10011111 101001 110100

Color Harmonies of #52B794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B794

Black with #52B794

Text Example


Text Example

White with #52B794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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