Html Css Color HEX #53B796 Keppel

📋 copy color: '#53B796'

red 83 ◦ green 183 ◦ blue 150

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

Shades of Keppel #53B796

Tints of Keppel #53B796

RGB

 RED value IS 83 (32.81% from 255) = 19.95%

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

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

R = 19.95%
G = 43.99%
B = 36.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#53B796 (or 0x53B796) is known color: Keppel. HEX triplet: 53, B7 and 96. RGB value is (83,183,150). Sum of RGB (Red+Green+Blue) = 83+183+150=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #53B796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B796 is #AC4869. Grayscale: #959595. Windows color (decimal): -11290730 or 9877331. OLE color: 9877331.

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

Color convert

RGB 83 183 150 -
CMYK 0.55 0 0.18 0.28
HSL 160.2º 0.41% 0.52% -
HSV(B) 160.2º 0.55% 0.72% -
XYZ 26.01 37.91 34.8 -
YUV 149.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 83 183 150 0.55 0 0.18 0.28 160.2 0.41 0.52
Hex 53 B7 96 37 0 12 1C A0 29 34
Octal 123 267 226 67 0 22 34 240 51 64
Binary 1010011 10110111 10010110 110111 0 10010 11100 10100000 101001 110100

Color Harmonies of #53B796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B796

Black with #53B796

Text Example


Text Example

White with #53B796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53B796; }

 p { color: rgb(83,183,150); }

 H1.HeaderClassName
 {
   color: #53B796;
 }
 .AnyTagClassName
 {
   color: #53B796;
 }
</style>

background-color css

<style>
 a { background-color: #53B796; }

 a { background-color: rgb(83,183,150); }

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

border-color css

<style>
 span { border-color: #53B796; }

 span { border-color: rgb(83,183,150); }

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