#61A581

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

Shades of Ocean Green #61A581

Tints of Ocean Green #61A581

Color information

#61A581 (or 0x61A581) is unknown color: approx Ocean Green. HEX triplet: 61, A5 and 81. RGB value is (97,165,129). Sum of RGB (Red+Green+Blue) = 97+165+129=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #61A581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A581 is #9E5A7E. Grayscale: #8C8C8C. Windows color (decimal): -10377855 or 8496481. OLE color: 8496481.

HSL color Cylindrical-coordinate representation of color #61A581: hue angle of 148.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A581 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB97165129-
CMYK0.4100.220.35
HSL148.24º27.42%51.37%-
HSV(B)148.24º41.21%64.71%-
XYZ22.3531.0425.58-
YUV140.56121.4796.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=24.81%
G=42.20%
B=32.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971651290.4100.220.35148.2427.4251.37
Hex61A5812901623941b33
Octal14124520151026432243363
Binary110000110100101100000011010010101101000111001010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,129); }

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

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

 a { background-color: rgb(97,165,129); }

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

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

 span { border-color: rgb(97,165,129); }

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