Html Css Color HEX #56B085 Ocean Green

📋 copy color: '#56B085'

red 86 ◦ green 176 ◦ blue 133

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

Shades of Ocean Green #56B085

Tints of Ocean Green #56B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 21.77%
G = 44.56%
B = 33.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#56B085 (or 0x56B085) is known color: Ocean Green. HEX triplet: 56, B0 and 85. RGB value is (86,176,133). Sum of RGB (Red+Green+Blue) = 86+176+133=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #56B085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B085 is #A94F7A. Grayscale: #909090. Windows color (decimal): -11095931 or 8761430. OLE color: 8761430.

HSL color Cylindrical-coordinate representation of color #56B085: hue angle of 151.33º 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 #56B085 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 176 133 -
CMYK 0.51 0 0.24 0.31
HSL 151.33º 0.36% 0.51% -
HSV(B) 151.33º 0.51% 0.69% -
XYZ 23.6 34.72 27.65 -
YUV 144.19 121.68 86.5 -
System Red Green Blue C M Y K H S L
Decimal 86 176 133 0.51 0 0.24 0.31 151.33 0.36 0.51
Hex 56 B0 85 33 0 18 1F 97 24 33
Octal 126 260 205 63 0 30 37 227 44 63
Binary 1010110 10110000 10000101 110011 0 11000 11111 10010111 100100 110011

Color Harmonies of #56B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B085

Black with #56B085

Text Example


Text Example

White with #56B085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,176,133); }

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

background-color css

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

 a { background-color: rgb(86,176,133); }

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

border-color css

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

 span { border-color: rgb(86,176,133); }

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