Html Css Color HEX #53BD93 Keppel

📋 copy color: '#53BD93'

red 83 ◦ green 189 ◦ blue 147

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

Shades of Keppel #53BD93

Tints of Keppel #53BD93

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

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

R = 19.81%
G = 45.11%
B = 35.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#53BD93 (or 0x53BD93) is known color: Keppel. HEX triplet: 53, BD and 93. RGB value is (83,189,147). Sum of RGB (Red+Green+Blue) = 83+189+147=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BD93 is #AC426C. Grayscale: #989898. Windows color (decimal): -11289197 or 9682259. OLE color: 9682259.

HSL color Cylindrical-coordinate representation of color #53BD93: hue angle of 156.23º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BD93 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 189 147 -
CMYK 0.56 0 0.22 0.26
HSL 156.23º 0.45% 0.53% -
HSV(B) 156.23º 0.56% 0.74% -
XYZ 27.03 40.34 33.97 -
YUV 152.52 124.88 78.42 -
System Red Green Blue C M Y K H S L
Decimal 83 189 147 0.56 0 0.22 0.26 156.23 0.45 0.53
Hex 53 BD 93 38 0 16 1A 9C 2D 35
Octal 123 275 223 70 0 26 32 234 55 65
Binary 1010011 10111101 10010011 111000 0 10110 11010 10011100 101101 110101

Color Harmonies of #53BD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BD93

Black with #53BD93

Text Example


Text Example

White with #53BD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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