Html Css Color HEX #53AE90 Keppel

📋 copy color: '#53AE90'

red 83 ◦ green 174 ◦ blue 144

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

Shades of Keppel #53AE90

Tints of Keppel #53AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.39%

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

R = 20.7%
G = 43.39%
B = 35.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#53AE90 (or 0x53AE90) is known color: Keppel. HEX triplet: 53, AE and 90. RGB value is (83,174,144). Sum of RGB (Red+Green+Blue) = 83+174+144=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AE90 is #AC516F. Grayscale: #8F8F8F. Windows color (decimal): -11293040 or 9481811. OLE color: 9481811.

HSL color Cylindrical-coordinate representation of color #53AE90: hue angle of 160.22º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AE90 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 174 144 -
CMYK 0.52 0 0.17 0.32
HSL 160.22º 0.36% 0.5% -
HSV(B) 160.22º 0.52% 0.68% -
XYZ 23.74 34.12 31.72 -
YUV 143.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 83 174 144 0.52 0 0.17 0.32 160.22 0.36 0.5
Hex 53 AE 90 34 0 11 20 A0 24 32
Octal 123 256 220 64 0 21 40 240 44 62
Binary 1010011 10101110 10010000 110100 0 10001 100000 10100000 100100 110010

Color Harmonies of #53AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AE90

Black with #53AE90

Text Example


Text Example

White with #53AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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