Html Css Color HEX #59AE94 Keppel

📋 copy color: '#59AE94'

red 89 ◦ green 174 ◦ blue 148

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

Shades of Keppel #59AE94

Tints of Keppel #59AE94

RGB

 RED value IS 89 (35.16% from 255) = 21.65%

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 21.65%
G = 42.34%
B = 36.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#59AE94 (or 0x59AE94) is known color: Keppel. HEX triplet: 59, AE and 94. RGB value is (89,174,148). Sum of RGB (Red+Green+Blue) = 89+174+148=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #59AE94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AE94 is #A6516B. Grayscale: #919191. Windows color (decimal): -10899820 or 9743961. OLE color: 9743961.

HSL color Cylindrical-coordinate representation of color #59AE94: hue angle of 161.65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AE94 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 174 148 -
CMYK 0.49 0 0.15 0.32
HSL 161.65º 0.34% 0.52% -
HSV(B) 161.65º 0.49% 0.68% -
XYZ 24.6 34.53 33.39 -
YUV 145.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 89 174 148 0.49 0 0.15 0.32 161.65 0.34 0.52
Hex 59 AE 94 31 0 F 20 A2 22 34
Octal 131 256 224 61 0 17 40 242 42 64
Binary 1011001 10101110 10010100 110001 0 1111 100000 10100010 100010 110100

Color Harmonies of #59AE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AE94

Black with #59AE94

Text Example


Text Example

White with #59AE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59AE94; }

 p { color: rgb(89,174,148); }

 H1.HeaderClassName
 {
   color: #59AE94;
 }
 .AnyTagClassName
 {
   color: #59AE94;
 }
</style>

background-color css

<style>
 a { background-color: #59AE94; }

 a { background-color: rgb(89,174,148); }

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

border-color css

<style>
 span { border-color: #59AE94; }

 span { border-color: rgb(89,174,148); }

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