Html Css Color HEX #56B384 Ocean Green

📋 copy color: '#56B384'

red 86 ◦ green 179 ◦ blue 132

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

Shades of Ocean Green #56B384

Tints of Ocean Green #56B384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 21.66%
G = 45.09%
B = 33.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#56B384 (or 0x56B384) is known color: Ocean Green. HEX triplet: 56, B3 and 84. RGB value is (86,179,132). Sum of RGB (Red+Green+Blue) = 86+179+132=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #56B384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B384 is #A94C7B. Grayscale: #919191. Windows color (decimal): -11095164 or 8696662. OLE color: 8696662.

HSL color Cylindrical-coordinate representation of color #56B384: hue angle of 149.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B384 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 86 179 132 -
CMYK 0.52 0 0.26 0.30
HSL 149.68º 0.38% 0.52% -
HSV(B) 149.68º 0.52% 0.7% -
XYZ 24.12 35.88 27.48 -
YUV 145.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 86 179 132 0.52 0 0.26 0.30 149.68 0.38 0.52
Hex 56 B3 84 34 0 1A 1E 96 26 34
Octal 126 263 204 64 0 32 36 226 46 64
Binary 1010110 10110011 10000100 110100 0 11010 11110 10010110 100110 110100

Color Harmonies of #56B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B384

Black with #56B384

Text Example


Text Example

White with #56B384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,179,132); }

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

background-color css

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

 a { background-color: rgb(86,179,132); }

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

border-color css

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

 span { border-color: rgb(86,179,132); }

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