#94CE95

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

Shades of Dark Sea Green #94CE95

Tints of Dark Sea Green #94CE95

Color information

#94CE95 (or 0x94CE95) is unknown color: approx Dark Sea Green. HEX triplet: 94, CE and 95. RGB value is (148,206,149). Sum of RGB (Red+Green+Blue) = 148+206+149=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE95 is #6B316A. Grayscale: #B6B6B6. Windows color (decimal): -7025003 or 9817748. OLE color: 9817748.

HSL color Cylindrical-coordinate representation of color #94CE95: hue angle of 121.03º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CE95 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB148206149-
CMYK0.2800.280.19
HSL121.03º37.18%69.41%-
HSV(B)121.03º28.16%80.78%-
XYZ39.7152.6136.5-
YUV182.16109.28103.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=29.42%
G=40.95%
B=29.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061490.2800.280.19121.0337.1869.41
Hex94CE951C01C13792545
Octal224316225340342317145105
Binary100101001100111010010101111000111001001111110011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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