Html Css Color HEX #53B699 Keppel

📋 copy color: '#53B699'

red 83 ◦ green 182 ◦ blue 153

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

Shades of Keppel #53B699

Tints of Keppel #53B699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.54%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 19.86%
G = 43.54%
B = 36.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#53B699 (or 0x53B699) is known color: Keppel. HEX triplet: 53, B6 and 99. RGB value is (83,182,153). Sum of RGB (Red+Green+Blue) = 83+182+153=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #53B699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B699 is #AC4966. Grayscale: #959595. Windows color (decimal): -11290983 or 10073683. OLE color: 10073683.

HSL color Cylindrical-coordinate representation of color #53B699: hue angle of 162.42º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B699 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 182 153 -
CMYK 0.54 0 0.16 0.29
HSL 162.42º 0.4% 0.52% -
HSV(B) 162.42º 0.54% 0.71% -
XYZ 26.05 37.59 36.02 -
YUV 149.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 83 182 153 0.54 0 0.16 0.29 162.42 0.4 0.52
Hex 53 B6 99 36 0 10 1D A2 28 34
Octal 123 266 231 66 0 20 35 242 50 64
Binary 1010011 10110110 10011001 110110 0 10000 11101 10100010 101000 110100

Color Harmonies of #53B699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B699

Black with #53B699

Text Example


Text Example

White with #53B699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,182,153); }

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

background-color css

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

 a { background-color: rgb(83,182,153); }

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

border-color css

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

 span { border-color: rgb(83,182,153); }

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