Html Css Color HEX #55AC8F Keppel

📋 copy color: '#55AC8F'

red 85 ◦ green 172 ◦ blue 143

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

Shades of Keppel #55AC8F

Tints of Keppel #55AC8F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

 BLUE value IS 143 (56.25% from 255) = 35.75%

R = 21.25%
G = 43%
B = 35.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#55AC8F (or 0x55AC8F) is known color: Keppel. HEX triplet: 55, AC and 8F. RGB value is (85,172,143). Sum of RGB (Red+Green+Blue) = 85+172+143=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC8F is #AA5370. Grayscale: #8E8E8E. Windows color (decimal): -11162481 or 9415765. OLE color: 9415765.

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

Color convert

RGB 85 172 143 -
CMYK 0.51 0 0.17 0.33
HSL 160º 0.34% 0.5% -
HSV(B) 160º 0.51% 0.67% -
XYZ 23.46 33.42 31.2 -
YUV 142.68 128.18 86.86 -
System Red Green Blue C M Y K H S L
Decimal 85 172 143 0.51 0 0.17 0.33 160 0.34 0.5
Hex 55 AC 8F 33 0 11 21 A0 22 32
Octal 125 254 217 63 0 21 41 240 42 62
Binary 1010101 10101100 10001111 110011 0 10001 100001 10100000 100010 110010

Color Harmonies of #55AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AC8F

Black with #55AC8F

Text Example


Text Example

White with #55AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,172,143); }

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

background-color css

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

 a { background-color: rgb(85,172,143); }

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

border-color css

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

 span { border-color: rgb(85,172,143); }

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