#61AB7E

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

Shades of Ocean Green #61AB7E

Tints of Ocean Green #61AB7E

Color information

#61AB7E (or 0x61AB7E) is unknown color: approx Ocean Green. HEX triplet: 61, AB and 7E. RGB value is (97,171,126). Sum of RGB (Red+Green+Blue) = 97+171+126=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB7E is #9E5481. Grayscale: #8F8F8F. Windows color (decimal): -10376322 or 8301409. OLE color: 8301409.

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

Color convert

RGB97171126-
CMYK0.4300.260.33
HSL143.51º30.58%52.55%-
HSV(B)143.51º43.27%67.06%-
XYZ23.2633.1724.92-
YUV143.74117.9894.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=24.62%
G=43.40%
B=31.98%

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
Decimal971711260.4300.260.33143.5130.5852.55
Hex61AB7E2B01A21901f35
Octal14125317653032412203765
Binary11000011010101111111101010110110101000011001000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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