Html Css Color HEX #56AF7C Ocean Green

📋 copy color: '#56AF7C'

red 86 ◦ green 175 ◦ blue 124

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

Shades of Ocean Green #56AF7C

Tints of Ocean Green #56AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.45%

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

R = 22.34%
G = 45.45%
B = 32.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#56AF7C (or 0x56AF7C) is known color: Ocean Green. HEX triplet: 56, AF and 7C. RGB value is (86,175,124). Sum of RGB (Red+Green+Blue) = 86+175+124=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF7C is #A95083. Grayscale: #8E8E8E. Windows color (decimal): -11096196 or 8171350. OLE color: 8171350.

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

Color convert

RGB 86 175 124 -
CMYK 0.51 0 0.29 0.31
HSL 145.62º 0.36% 0.51% -
HSV(B) 145.62º 0.51% 0.69% -
XYZ 22.81 34.09 24.45 -
YUV 142.58 117.51 87.65 -
System Red Green Blue C M Y K H S L
Decimal 86 175 124 0.51 0 0.29 0.31 145.62 0.36 0.51
Hex 56 AF 7C 33 0 1D 1F 92 24 33
Octal 126 257 174 63 0 35 37 222 44 63
Binary 1010110 10101111 1111100 110011 0 11101 11111 10010010 100100 110011

Color Harmonies of #56AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AF7C

Black with #56AF7C

Text Example


Text Example

White with #56AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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