#94AF95

Color #94AF95 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #94AF95

Tints of Dark Sea Green #94AF95

Color information

#94AF95 (or 0x94AF95) is unknown color: approx Dark Sea Green. HEX triplet: 94, AF and 95. RGB value is (148,175,149). Sum of RGB (Red+Green+Blue) = 148+175+149=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF95 is #6B506A. Grayscale: #A4A4A4. Windows color (decimal): -7032939 or 9809812. OLE color: 9809812.

HSL color Cylindrical-coordinate representation of color #94AF95: hue angle of 122.22º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AF95 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB148175149-
CMYK0.1500.150.31
HSL122.22º14.44%63.33%-
HSV(B)122.22º15.43%68.63%-
XYZ32.9739.1334.25-
YUV163.96119.55116.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=31.36%
G=37.08%
B=31.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751490.1500.150.31122.2214.4463.33
Hex94AF95F0F1F7ae3f
Octal22425722517017371721677
Binary1001010010101111100101011111011111111111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AF95; }

 p { color: rgb(148,175,149); }

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

<style>
 a { background-color: #94AF95; }

 a { background-color: rgb(148,175,149); }

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

<style>
 span { border-color: #94AF95; }

 span { border-color: rgb(148,175,149); }

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