Html Css Color HEX #52B996 Keppel

📋 copy color: '#52B996'

red 82 ◦ green 185 ◦ blue 150

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

Shades of Keppel #52B996

Tints of Keppel #52B996

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.36%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 19.66%
G = 44.36%
B = 35.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#52B996 (or 0x52B996) is known color: Keppel. HEX triplet: 52, B9 and 96. RGB value is (82,185,150). Sum of RGB (Red+Green+Blue) = 82+185+150=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #52B996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B996 is #AD4669. Grayscale: #969696. Windows color (decimal): -11355754 or 9877842. OLE color: 9877842.

HSL color Cylindrical-coordinate representation of color #52B996: hue angle of 159.61º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52B996 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 185 150 -
CMYK 0.56 0 0.19 0.27
HSL 159.61º 0.42% 0.52% -
HSV(B) 159.61º 0.56% 0.73% -
XYZ 26.33 38.69 34.93 -
YUV 150.21 127.88 79.35 -
System Red Green Blue C M Y K H S L
Decimal 82 185 150 0.56 0 0.19 0.27 159.61 0.42 0.52
Hex 52 B9 96 38 0 13 1B A0 2A 34
Octal 122 271 226 70 0 23 33 240 52 64
Binary 1010010 10111001 10010110 111000 0 10011 11011 10100000 101010 110100

Color Harmonies of #52B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B996

Black with #52B996

Text Example


Text Example

White with #52B996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,185,150); }

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

background-color css

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

 a { background-color: rgb(82,185,150); }

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

border-color css

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

 span { border-color: rgb(82,185,150); }

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