#95CA9A

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

Shades of Dark Sea Green #95CA9A

Tints of Dark Sea Green #95CA9A

Color information

#95CA9A (or 0x95CA9A) is unknown color: approx Dark Sea Green. HEX triplet: 95, CA and 9A. RGB value is (149,202,154). Sum of RGB (Red+Green+Blue) = 149+202+154=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CA9A is #6A3565. Grayscale: #B4B4B4. Windows color (decimal): -6960486 or 10144405. OLE color: 10144405.

HSL color Cylindrical-coordinate representation of color #95CA9A: hue angle of 125.66º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95CA9A is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB149202154-
CMYK0.2600.240.21
HSL125.66º33.33%68.82%-
HSV(B)125.66º26.24%79.22%-
XYZ39.3550.9638.33-
YUV180.68112.94105.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=29.50%
G=40%
B=30.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021540.2600.240.21125.6633.3368.82
Hex95CA9A1A018157e2145
Octal225312232320302517641105
Binary100101011100101010011010110100110001010111111101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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