Html Css Color HEX #56B67C Ocean Green

📋 copy color: '#56B67C'

red 86 ◦ green 182 ◦ blue 124

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

Shades of Ocean Green #56B67C

Tints of Ocean Green #56B67C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.43%

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

R = 21.94%
G = 46.43%
B = 31.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#56B67C (or 0x56B67C) is known color: Ocean Green. HEX triplet: 56, B6 and 7C. RGB value is (86,182,124). Sum of RGB (Red+Green+Blue) = 86+182+124=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #56B67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B67C is #A94983. Grayscale: #929292. Windows color (decimal): -11094404 or 8173142. OLE color: 8173142.

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

Color convert

RGB 86 182 124 -
CMYK 0.53 0 0.32 0.29
HSL 143.75º 0.4% 0.53% -
HSV(B) 143.75º 0.53% 0.71% -
XYZ 24.2 36.89 24.91 -
YUV 146.68 115.2 84.72 -
System Red Green Blue C M Y K H S L
Decimal 86 182 124 0.53 0 0.32 0.29 143.75 0.4 0.53
Hex 56 B6 7C 35 0 20 1D 90 28 35
Octal 126 266 174 65 0 40 35 220 50 65
Binary 1010110 10110110 1111100 110101 0 100000 11101 10010000 101000 110101

Color Harmonies of #56B67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B67C

Black with #56B67C

Text Example


Text Example

White with #56B67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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