Html Css Color HEX #56AF7A Ocean Green

📋 copy color: '#56AF7A'

red 86 ◦ green 175 ◦ blue 122

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

Shades of Ocean Green #56AF7A

Tints of Ocean Green #56AF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 22.45%
G = 45.69%
B = 31.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#56AF7A (or 0x56AF7A) is known color: Ocean Green. HEX triplet: 56, AF and 7A. RGB value is (86,175,122). Sum of RGB (Red+Green+Blue) = 86+175+122=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF7A is #A95085. Grayscale: #8E8E8E. Windows color (decimal): -11096198 or 8040278. OLE color: 8040278.

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

Color convert

RGB 86 175 122 -
CMYK 0.51 0 0.30 0.31
HSL 144.27º 0.36% 0.51% -
HSV(B) 144.27º 0.51% 0.69% -
XYZ 22.68 34.04 23.79 -
YUV 142.35 116.51 87.81 -
System Red Green Blue C M Y K H S L
Decimal 86 175 122 0.51 0 0.30 0.31 144.27 0.36 0.51
Hex 56 AF 7A 33 0 1E 1F 90 24 33
Octal 126 257 172 63 0 36 37 220 44 63
Binary 1010110 10101111 1111010 110011 0 11110 11111 10010000 100100 110011

Color Harmonies of #56AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AF7A

Black with #56AF7A

Text Example


Text Example

White with #56AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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