Html Css Color HEX #56AC8F Keppel

📋 copy color: '#56AC8F'

red 86 ◦ green 172 ◦ blue 143

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

Shades of Keppel #56AC8F

Tints of Keppel #56AC8F

RGB

 RED value IS 86 (33.98% from 255) = 21.45%

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

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

R = 21.45%
G = 42.89%
B = 35.66%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#56AC8F (or 0x56AC8F) is known color: Keppel. HEX triplet: 56, AC and 8F. RGB value is (86,172,143). Sum of RGB (Red+Green+Blue) = 86+172+143=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AC8F is #A95370. Grayscale: #8F8F8F. Windows color (decimal): -11096945 or 9415766. OLE color: 9415766.

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

Color convert

RGB 86 172 143 -
CMYK 0.5 0 0.17 0.33
HSL 159.77º 0.34% 0.51% -
HSV(B) 159.77º 0.5% 0.67% -
XYZ 23.55 33.47 31.21 -
YUV 142.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 86 172 143 0.5 0 0.17 0.33 159.77 0.34 0.51
Hex 56 AC 8F 32 0 11 21 A0 22 33
Octal 126 254 217 62 0 21 41 240 42 63
Binary 1010110 10101100 10001111 110010 0 10001 100001 10100000 100010 110011

Color Harmonies of #56AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AC8F

Black with #56AC8F

Text Example


Text Example

White with #56AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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