#94C29B

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

Shades of Dark Sea Green #94C29B

Tints of Dark Sea Green #94C29B

Color information

#94C29B (or 0x94C29B) is unknown color: approx Dark Sea Green. HEX triplet: 94, C2 and 9B. RGB value is (148,194,155). Sum of RGB (Red+Green+Blue) = 148+194+155=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #94C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C29B is #6B3D64. Grayscale: #AFAFAF. Windows color (decimal): -7028069 or 10207892. OLE color: 10207892.

HSL color Cylindrical-coordinate representation of color #94C29B: hue angle of 129.13º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C29B is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB148194155-
CMYK0.2400.200.24
HSL129.13º27.38%67.06%-
HSV(B)129.13º23.71%76.08%-
XYZ37.4247.2538.16-
YUV175.8116.26108.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=29.78%
G=39.03%
B=31.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941550.2400.200.24129.1327.3867.06
Hex94C29B1801418811b43
Octal224302233300243020133103
Binary100101001100001010011011110000101001100010000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,155); }

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

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

 a { background-color: rgb(148,194,155); }

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

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

 span { border-color: rgb(148,194,155); }

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