Html Css Color HEX #56AC6C Ocean Green

📋 copy color: '#56AC6C'

red 86 ◦ green 172 ◦ blue 108

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

Shades of Ocean Green #56AC6C

Tints of Ocean Green #56AC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 23.5%
G = 46.99%
B = 29.51%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#56AC6C (or 0x56AC6C) is known color: Ocean Green. HEX triplet: 56, AC and 6C. RGB value is (86,172,108). Sum of RGB (Red+Green+Blue) = 86+172+108=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AC6C is #A95393. Grayscale: #8B8B8B. Windows color (decimal): -11096980 or 7122006. OLE color: 7122006.

HSL color Cylindrical-coordinate representation of color #56AC6C: hue angle of 135.35º 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 #56AC6C is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 172 108 -
CMYK 0.5 0 0.37 0.33
HSL 135.35º 0.34% 0.51% -
HSV(B) 135.35º 0.5% 0.67% -
XYZ 21.3 32.57 19.35 -
YUV 138.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 86 172 108 0.5 0 0.37 0.33 135.35 0.34 0.51
Hex 56 AC 6C 32 0 25 21 87 22 33
Octal 126 254 154 62 0 45 41 207 42 63
Binary 1010110 10101100 1101100 110010 0 100101 100001 10000111 100010 110011

Color Harmonies of #56AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AC6C

Black with #56AC6C

Text Example


Text Example

White with #56AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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