Html Css Color HEX #55A88B Keppel

📋 copy color: '#55A88B'

red 85 ◦ green 168 ◦ blue 139

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

Shades of Keppel #55A88B

Tints of Keppel #55A88B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.86%

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 21.68%
G = 42.86%
B = 35.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#55A88B (or 0x55A88B) is known color: Keppel. HEX triplet: 55, A8 and 8B. RGB value is (85,168,139). Sum of RGB (Red+Green+Blue) = 85+168+139=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 168 - color contains mainly: green. Hex color #55A88B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A88B is #AA5774. Grayscale: #8B8B8B. Windows color (decimal): -11163509 or 9152597. OLE color: 9152597.

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

Color convert

RGB 85 168 139 -
CMYK 0.49 0 0.17 0.34
HSL 159.04º 0.33% 0.5% -
HSV(B) 159.04º 0.49% 0.66% -
XYZ 22.41 31.8 29.38 -
YUV 139.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 85 168 139 0.49 0 0.17 0.34 159.04 0.33 0.5
Hex 55 A8 8B 31 0 11 22 9F 21 32
Octal 125 250 213 61 0 21 42 237 41 62
Binary 1010101 10101000 10001011 110001 0 10001 100010 10011111 100001 110010

Color Harmonies of #55A88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A88B

Black with #55A88B

Text Example


Text Example

White with #55A88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,168,139); }

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

background-color css

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

 a { background-color: rgb(85,168,139); }

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

border-color css

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

 span { border-color: rgb(85,168,139); }

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