Html Css Color HEX #53B096 Keppel

📋 copy color: '#53B096'

red 83 ◦ green 176 ◦ blue 150

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

Shades of Keppel #53B096

Tints of Keppel #53B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

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

R = 20.29%
G = 43.03%
B = 36.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#53B096 (or 0x53B096) is known color: Keppel. HEX triplet: 53, B0 and 96. RGB value is (83,176,150). Sum of RGB (Red+Green+Blue) = 83+176+150=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #53B096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B096 is #AC4F69. Grayscale: #919191. Windows color (decimal): -11292522 or 9875539. OLE color: 9875539.

HSL color Cylindrical-coordinate representation of color #53B096: hue angle of 163.23º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B096 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 176 150 -
CMYK 0.53 0 0.15 0.31
HSL 163.23º 0.37% 0.51% -
HSV(B) 163.23º 0.53% 0.69% -
XYZ 24.6 35.09 34.33 -
YUV 145.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 83 176 150 0.53 0 0.15 0.31 163.23 0.37 0.51
Hex 53 B0 96 35 0 F 1F A3 25 33
Octal 123 260 226 65 0 17 37 243 45 63
Binary 1010011 10110000 10010110 110101 0 1111 11111 10100011 100101 110011

Color Harmonies of #53B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B096

Black with #53B096

Text Example


Text Example

White with #53B096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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