Html Css Color HEX #53BB93 Keppel

📋 copy color: '#53BB93'

red 83 ◦ green 187 ◦ blue 147

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

Shades of Keppel #53BB93

Tints of Keppel #53BB93

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.84%

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 19.9%
G = 44.84%
B = 35.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#53BB93 (or 0x53BB93) is known color: Keppel. HEX triplet: 53, BB and 93. RGB value is (83,187,147). Sum of RGB (Red+Green+Blue) = 83+187+147=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BB93 is #AC446C. Grayscale: #979797. Windows color (decimal): -11289709 or 9681747. OLE color: 9681747.

HSL color Cylindrical-coordinate representation of color #53BB93: hue angle of 156.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BB93 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 147 -
CMYK 0.56 0 0.21 0.27
HSL 156.92º 0.43% 0.53% -
HSV(B) 156.92º 0.56% 0.73% -
XYZ 26.6 39.49 33.82 -
YUV 151.34 125.54 79.25 -
System Red Green Blue C M Y K H S L
Decimal 83 187 147 0.56 0 0.21 0.27 156.92 0.43 0.53
Hex 53 BB 93 38 0 15 1B 9D 2B 35
Octal 123 273 223 70 0 25 33 235 53 65
Binary 1010011 10111011 10010011 111000 0 10101 11011 10011101 101011 110101

Color Harmonies of #53BB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB93

Black with #53BB93

Text Example


Text Example

White with #53BB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,187,147); }

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

background-color css

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

 a { background-color: rgb(83,187,147); }

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

border-color css

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

 span { border-color: rgb(83,187,147); }

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