Html Css Color HEX #55AE99 Keppel

📋 copy color: '#55AE99'

red 85 ◦ green 174 ◦ blue 153

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

Shades of Keppel #55AE99

Tints of Keppel #55AE99

RGB

 RED value IS 85 (33.59% from 255) = 20.63%

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

 BLUE value IS 153 (60.16% from 255) = 37.14%

R = 20.63%
G = 42.23%
B = 37.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#55AE99 (or 0x55AE99) is known color: Keppel. HEX triplet: 55, AE and 99. RGB value is (85,174,153). Sum of RGB (Red+Green+Blue) = 85+174+153=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AE99 is #AA5166. Grayscale: #909090. Windows color (decimal): -11161959 or 10071637. OLE color: 10071637.

HSL color Cylindrical-coordinate representation of color #55AE99: hue angle of 165.84º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AE99 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 174 153 -
CMYK 0.51 0 0.12 0.32
HSL 165.84º 0.35% 0.51% -
HSV(B) 165.84º 0.51% 0.68% -
XYZ 24.63 34.5 35.5 -
YUV 145 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 85 174 153 0.51 0 0.12 0.32 165.84 0.35 0.51
Hex 55 AE 99 33 0 C 20 A6 23 33
Octal 125 256 231 63 0 14 40 246 43 63
Binary 1010101 10101110 10011001 110011 0 1100 100000 10100110 100011 110011

Color Harmonies of #55AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AE99

Black with #55AE99

Text Example


Text Example

White with #55AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AE99; }

 p { color: rgb(85,174,153); }

 H1.HeaderClassName
 {
   color: #55AE99;
 }
 .AnyTagClassName
 {
   color: #55AE99;
 }
</style>

background-color css

<style>
 a { background-color: #55AE99; }

 a { background-color: rgb(85,174,153); }

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

border-color css

<style>
 span { border-color: #55AE99; }

 span { border-color: rgb(85,174,153); }

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