Html Css Color HEX #56A27D Ocean Green

📋 copy color: '#56A27D'

red 86 ◦ green 162 ◦ blue 125

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

Shades of Ocean Green #56A27D

Tints of Ocean Green #56A27D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 23.06%
G = 43.43%
B = 33.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#56A27D (or 0x56A27D) is known color: Ocean Green. HEX triplet: 56, A2 and 7D. RGB value is (86,162,125). Sum of RGB (Red+Green+Blue) = 86+162+125=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #56A27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A27D is #A95D82. Grayscale: #878787. Windows color (decimal): -11099523 or 8233558. OLE color: 8233558.

HSL color Cylindrical-coordinate representation of color #56A27D: hue angle of 150.79º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A27D is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 162 125 -
CMYK 0.47 0 0.23 0.36
HSL 150.79º 0.31% 0.49% -
HSV(B) 150.79º 0.47% 0.64% -
XYZ 20.46 29.3 23.98 -
YUV 135.06 122.32 93.01 -
System Red Green Blue C M Y K H S L
Decimal 86 162 125 0.47 0 0.23 0.36 150.79 0.31 0.49
Hex 56 A2 7D 2F 0 17 24 97 1F 31
Octal 126 242 175 57 0 27 44 227 37 61
Binary 1010110 10100010 1111101 101111 0 10111 100100 10010111 11111 110001

Color Harmonies of #56A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A27D

Black with #56A27D

Text Example


Text Example

White with #56A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,162,125); }

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

background-color css

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

 a { background-color: rgb(86,162,125); }

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

border-color css

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

 span { border-color: rgb(86,162,125); }

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