Html Css Color HEX #56AE7C Ocean Green

📋 copy color: '#56AE7C'

red 86 ◦ green 174 ◦ blue 124

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

Shades of Ocean Green #56AE7C

Tints of Ocean Green #56AE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.31%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 22.4%
G = 45.31%
B = 32.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#56AE7C (or 0x56AE7C) is known color: Ocean Green. HEX triplet: 56, AE and 7C. RGB value is (86,174,124). Sum of RGB (Red+Green+Blue) = 86+174+124=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AE7C is #A95183. Grayscale: #8E8E8E. Windows color (decimal): -11096452 or 8171094. OLE color: 8171094.

HSL color Cylindrical-coordinate representation of color #56AE7C: hue angle of 145.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AE7C is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 174 124 -
CMYK 0.51 0 0.29 0.32
HSL 145.91º 0.35% 0.51% -
HSV(B) 145.91º 0.51% 0.68% -
XYZ 22.61 33.71 24.38 -
YUV 141.99 117.85 88.07 -
System Red Green Blue C M Y K H S L
Decimal 86 174 124 0.51 0 0.29 0.32 145.91 0.35 0.51
Hex 56 AE 7C 33 0 1D 20 92 23 33
Octal 126 256 174 63 0 35 40 222 43 63
Binary 1010110 10101110 1111100 110011 0 11101 100000 10010010 100011 110011

Color Harmonies of #56AE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AE7C

Black with #56AE7C

Text Example


Text Example

White with #56AE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,174,124); }

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

background-color css

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

 a { background-color: rgb(86,174,124); }

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

border-color css

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

 span { border-color: rgb(86,174,124); }

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