#61AA7E

Color #61AA7E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #61AA7E

Tints of Ocean Green #61AA7E

Color information

#61AA7E (or 0x61AA7E) is unknown color: approx Ocean Green. HEX triplet: 61, AA and 7E. RGB value is (97,170,126). Sum of RGB (Red+Green+Blue) = 97+170+126=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA7E is #9E5581. Grayscale: #8F8F8F. Windows color (decimal): -10376578 or 8301153. OLE color: 8301153.

HSL color Cylindrical-coordinate representation of color #61AA7E: hue angle of 143.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA7E is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB97170126-
CMYK0.4300.260.33
HSL143.84º30.04%52.35%-
HSV(B)143.84º42.94%66.67%-
XYZ23.0732.824.85-
YUV143.16118.3295.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=24.68%
G=43.26%
B=32.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701260.4300.260.33143.8430.0452.35
Hex61AA7E2B01A21901e34
Octal14125217653032412203664
Binary11000011010101011111101010110110101000011001000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AA7E; }

 p { color: rgb(97,170,126); }

 H1.HeaderClassName
 {
   color: #61AA7E;
 }
 .AnyTagClassName
 {
   color: #61AA7E;
 }
</style>
background-color css

<style>
 a { background-color: #61AA7E; }

 a { background-color: rgb(97,170,126); }

 div.DivClassName
 {
   background-color: #61AA7E;
 }
 .BgClassName
 {
   background-color: #61AA7E;
 }
</style>
border-color css

<style>
 span { border-color: #61AA7E; }

 span { border-color: rgb(97,170,126); }

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