Html Css Color HEX #53B296 Keppel

📋 copy color: '#53B296'

red 83 ◦ green 178 ◦ blue 150

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

Shades of Keppel #53B296

Tints of Keppel #53B296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.31%

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

R = 20.19%
G = 43.31%
B = 36.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#53B296 (or 0x53B296) is known color: Keppel. HEX triplet: 53, B2 and 96. RGB value is (83,178,150). Sum of RGB (Red+Green+Blue) = 83+178+150=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #53B296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B296 is #AC4D69. Grayscale: #929292. Windows color (decimal): -11292010 or 9876051. OLE color: 9876051.

HSL color Cylindrical-coordinate representation of color #53B296: hue angle of 162.32º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B296 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 150 -
CMYK 0.53 0 0.16 0.30
HSL 162.32º 0.38% 0.51% -
HSV(B) 162.32º 0.53% 0.7% -
XYZ 24.99 35.88 34.46 -
YUV 146.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 83 178 150 0.53 0 0.16 0.30 162.32 0.38 0.51
Hex 53 B2 96 35 0 10 1E A2 26 33
Octal 123 262 226 65 0 20 36 242 46 63
Binary 1010011 10110010 10010110 110101 0 10000 11110 10100010 100110 110011

Color Harmonies of #53B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B296

Black with #53B296

Text Example


Text Example

White with #53B296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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