#93AF94

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

Shades of Dark Sea Green #93AF94

Tints of Dark Sea Green #93AF94

Color information

#93AF94 (or 0x93AF94) is unknown color: approx Dark Sea Green. HEX triplet: 93, AF and 94. RGB value is (147,175,148). Sum of RGB (Red+Green+Blue) = 147+175+148=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF94 is #6C506B. Grayscale: #A3A3A3. Windows color (decimal): -7098476 or 9744275. OLE color: 9744275.

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

Color convert

RGB147175148-
CMYK0.1600.150.31
HSL122.14º14.89%63.14%-
HSV(B)122.14º16%68.63%-
XYZ32.713933.82-
YUV163.55119.22116.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=31.28%
G=37.23%
B=31.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751480.1600.150.31122.1414.8963.14
Hex93AF94100F1F7af3f
Octal22325722420017371721777
Binary10010011101011111001010010000011111111111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AF94; }

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

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

<style>
 a { background-color: #93AF94; }

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

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

<style>
 span { border-color: #93AF94; }

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

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