Html Css Color HEX #56BD94 Keppel

📋 copy color: '#56BD94'

red 86 ◦ green 189 ◦ blue 148

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

Shades of Keppel #56BD94

Tints of Keppel #56BD94

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 20.33%
G = 44.68%
B = 34.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#56BD94 (or 0x56BD94) is known color: Keppel. HEX triplet: 56, BD and 94. RGB value is (86,189,148). Sum of RGB (Red+Green+Blue) = 86+189+148=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD94 is #A9426B. Grayscale: #999999. Windows color (decimal): -11092588 or 9747798. OLE color: 9747798.

HSL color Cylindrical-coordinate representation of color #56BD94: hue angle of 156.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BD94 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 189 148 -
CMYK 0.54 0 0.22 0.26
HSL 156.12º 0.44% 0.54% -
HSV(B) 156.12º 0.54% 0.74% -
XYZ 27.38 40.51 34.39 -
YUV 153.53 124.88 79.83 -
System Red Green Blue C M Y K H S L
Decimal 86 189 148 0.54 0 0.22 0.26 156.12 0.44 0.54
Hex 56 BD 94 36 0 16 1A 9C 2C 36
Octal 126 275 224 66 0 26 32 234 54 66
Binary 1010110 10111101 10010100 110110 0 10110 11010 10011100 101100 110110

Color Harmonies of #56BD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BD94

Black with #56BD94

Text Example


Text Example

White with #56BD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,189,148); }

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

background-color css

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

 a { background-color: rgb(86,189,148); }

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

border-color css

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

 span { border-color: rgb(86,189,148); }

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