#61A97E

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

Shades of Ocean Green #61A97E

Tints of Ocean Green #61A97E

Color information

#61A97E (or 0x61A97E) is unknown color: approx Ocean Green. HEX triplet: 61, A9 and 7E. RGB value is (97,169,126). Sum of RGB (Red+Green+Blue) = 97+169+126=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #61A97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A97E is #9E5681. Grayscale: #8E8E8E. Windows color (decimal): -10376834 or 8300897. OLE color: 8300897.

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

Color convert

RGB97169126-
CMYK0.4300.250.34
HSL144.17º29.51%52.16%-
HSV(B)144.17º42.6%66.27%-
XYZ22.8832.4224.79-
YUV142.57118.6595.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=24.74%
G=43.11%
B=32.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971691260.4300.250.34144.1729.5152.16
Hex61A97E2B01922901e34
Octal14125117653031422203664
Binary11000011010100111111101010110110011000101001000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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