Html Css Color HEX #55AB9A Keppel

📋 copy color: '#55AB9A'

red 85 ◦ green 171 ◦ blue 154

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

Shades of Keppel #55AB9A

Tints of Keppel #55AB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 20.73%
G = 41.71%
B = 37.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#55AB9A (or 0x55AB9A) is known color: Keppel. HEX triplet: 55, AB and 9A. RGB value is (85,171,154). Sum of RGB (Red+Green+Blue) = 85+171+154=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AB9A is #AA5465. Grayscale: #8F8F8F. Windows color (decimal): -11162726 or 10136405. OLE color: 10136405.

HSL color Cylindrical-coordinate representation of color #55AB9A: hue angle of 168.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AB9A is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 171 154 -
CMYK 0.50 0 0.10 0.33
HSL 168.14º 0.34% 0.5% -
HSV(B) 168.14º 0.5% 0.67% -
XYZ 24.14 33.39 35.74 -
YUV 143.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 85 171 154 0.50 0 0.10 0.33 168.14 0.34 0.5
Hex 55 AB 9A 32 0 A 21 A8 22 32
Octal 125 253 232 62 0 12 41 250 42 62
Binary 1010101 10101011 10011010 110010 0 1010 100001 10101000 100010 110010

Color Harmonies of #55AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB9A

Black with #55AB9A

Text Example


Text Example

White with #55AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,171,154); }

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

background-color css

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

 a { background-color: rgb(85,171,154); }

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

border-color css

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

 span { border-color: rgb(85,171,154); }

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