Html Css Color HEX #93AF94 Dark Sea Green

📋 copy color: '#93AF94'

red 147 ◦ green 175 ◦ blue 148

#93AF94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #93AF94

Tints of Dark Sea Green #93AF94

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.2% from 255) = 31.49%

R = 31.28%
G = 37.23%
B = 31.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#93AF94 (or 0x93AF94) is known color: 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

RGB 147 175 148 -
CMYK 0.16 0 0.15 0.31
HSL 122.14º 0.15% 0.63% -
HSV(B) 122.14º 0.16% 0.69% -
XYZ 32.71 39 33.82 -
YUV 163.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 147 175 148 0.16 0 0.15 0.31 122.14 0.15 0.63
Hex 93 AF 94 10 0 F 1F 7A F 3F
Octal 223 257 224 20 0 17 37 172 17 77
Binary 10010011 10101111 10010100 10000 0 1111 11111 1111010 1111 111111

Color Harmonies of #93AF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF94

Black with #93AF94

Text Example


Text Example

White with #93AF94

Text Example


Text Example

HTML Codes & Css Web 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>