Html Css Color HEX #53BA90 Keppel

📋 copy color: '#53BA90'

red 83 ◦ green 186 ◦ blue 144

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

Shades of Keppel #53BA90

Tints of Keppel #53BA90

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 20.1%
G = 45.04%
B = 34.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#53BA90 (or 0x53BA90) is known color: Keppel. HEX triplet: 53, BA and 90. RGB value is (83,186,144). Sum of RGB (Red+Green+Blue) = 83+186+144=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA90 is #AC456F. Grayscale: #969696. Windows color (decimal): -11289968 or 9484883. OLE color: 9484883.

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

Color convert

RGB 83 186 144 -
CMYK 0.55 0 0.23 0.27
HSL 155.53º 0.43% 0.53% -
HSV(B) 155.53º 0.55% 0.73% -
XYZ 26.16 38.97 32.53 -
YUV 150.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 83 186 144 0.55 0 0.23 0.27 155.53 0.43 0.53
Hex 53 BA 90 37 0 17 1B 9C 2B 35
Octal 123 272 220 67 0 27 33 234 53 65
Binary 1010011 10111010 10010000 110111 0 10111 11011 10011100 101011 110101

Color Harmonies of #53BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA90

Black with #53BA90

Text Example


Text Example

White with #53BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,144); }

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

background-color css

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

 a { background-color: rgb(83,186,144); }

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

border-color css

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

 span { border-color: rgb(83,186,144); }

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