Html Css Color HEX #53BD92 Keppel

📋 copy color: '#53BD92'

red 83 ◦ green 189 ◦ blue 146

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

Shades of Keppel #53BD92

Tints of Keppel #53BD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 19.86%
G = 45.22%
B = 34.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#53BD92 (or 0x53BD92) is known color: Keppel. HEX triplet: 53, BD and 92. RGB value is (83,189,146). Sum of RGB (Red+Green+Blue) = 83+189+146=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BD92 is #AC426D. Grayscale: #989898. Windows color (decimal): -11289198 or 9616723. OLE color: 9616723.

HSL color Cylindrical-coordinate representation of color #53BD92: hue angle of 155.66º 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 #53BD92 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 189 146 -
CMYK 0.56 0 0.23 0.26
HSL 155.66º 0.45% 0.53% -
HSV(B) 155.66º 0.56% 0.74% -
XYZ 26.95 40.31 33.55 -
YUV 152.4 124.38 78.5 -
System Red Green Blue C M Y K H S L
Decimal 83 189 146 0.56 0 0.23 0.26 155.66 0.45 0.53
Hex 53 BD 92 38 0 17 1A 9C 2D 35
Octal 123 275 222 70 0 27 32 234 55 65
Binary 1010011 10111101 10010010 111000 0 10111 11010 10011100 101101 110101

Color Harmonies of #53BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BD92

Black with #53BD92

Text Example


Text Example

White with #53BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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