#61AF7E

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

Shades of Ocean Green #61AF7E

Tints of Ocean Green #61AF7E

Color information

#61AF7E (or 0x61AF7E) is unknown color: approx Ocean Green. HEX triplet: 61, AF and 7E. RGB value is (97,175,126). Sum of RGB (Red+Green+Blue) = 97+175+126=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF7E is #9E5081. Grayscale: #929292. Windows color (decimal): -10375298 or 8302433. OLE color: 8302433.

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

Color convert

RGB97175126-
CMYK0.4500.280.31
HSL142.31º32.77%53.33%-
HSV(B)142.31º44.57%68.63%-
XYZ24.0334.7125.17-
YUV146.09116.6692.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=24.37%
G=43.97%
B=31.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751260.4500.280.31142.3132.7753.33
Hex61AF7E2D01C1F8e2135
Octal14125717655034372164165
Binary11000011010111111111101011010111001111110001110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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