#93CC92

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

Shades of Dark Sea Green #93CC92

Tints of Dark Sea Green #93CC92

Color information

#93CC92 (or 0x93CC92) is unknown color: approx Dark Sea Green. HEX triplet: 93, CC and 92. RGB value is (147,204,146). Sum of RGB (Red+Green+Blue) = 147+204+146=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CC92 is #6C336D. Grayscale: #B4B4B4. Windows color (decimal): -7091054 or 9620627. OLE color: 9620627.

HSL color Cylindrical-coordinate representation of color #93CC92: hue angle of 118.97º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CC92 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB147204146-
CMYK0.2800.280.2
HSL118.97º36.25%68.63%-
HSV(B)118.97º28.43%80%-
XYZ38.8151.4635.08-
YUV180.34108.62104.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.58%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=29.58%
G=41.05%
B=29.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041460.2800.280.2118.9736.2568.63
Hex93CC921C01C14772445
Octal223314222340342416744105
Binary100100111100110010010010111000111001010011101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,204,146); }

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

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

 a { background-color: rgb(147,204,146); }

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

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

 span { border-color: rgb(147,204,146); }

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