#95C69A

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

Shades of Dark Sea Green #95C69A

Tints of Dark Sea Green #95C69A

Color information

#95C69A (or 0x95C69A) is unknown color: approx Dark Sea Green. HEX triplet: 95, C6 and 9A. RGB value is (149,198,154). Sum of RGB (Red+Green+Blue) = 149+198+154=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #95C69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C69A is #6A3965. Grayscale: #B2B2B2. Windows color (decimal): -6961510 or 10143381. OLE color: 10143381.

HSL color Cylindrical-coordinate representation of color #95C69A: hue angle of 126.12º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C69A is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB149198154-
CMYK0.2500.220.22
HSL126.12º30.06%68.04%-
HSV(B)126.12º24.75%77.65%-
XYZ38.4249.1138.03-
YUV178.33114.27107.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=29.74%
G=39.52%
B=30.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981540.2500.220.22126.1230.0668.04
Hex95C69A19016167e1e44
Octal225306232310262617636104
Binary10010101110001101001101011001010110101101111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C69A; }

 p { color: rgb(149,198,154); }

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

<style>
 a { background-color: #95C69A; }

 a { background-color: rgb(149,198,154); }

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

<style>
 span { border-color: #95C69A; }

 span { border-color: rgb(149,198,154); }

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