#99BE9A

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

Shades of Dark Sea Green #99BE9A

Tints of Dark Sea Green #99BE9A

Color information

#99BE9A (or 0x99BE9A) is unknown color: approx Dark Sea Green. HEX triplet: 99, BE and 9A. RGB value is (153,190,154). Sum of RGB (Red+Green+Blue) = 153+190+154=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BE9A is #664165. Grayscale: #AEAEAE. Windows color (decimal): -6701414 or 10141337. OLE color: 10141337.

HSL color Cylindrical-coordinate representation of color #99BE9A: hue angle of 121.62º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BE9A is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB153190154-
CMYK0.1900.190.25
HSL121.62º22.16%67.25%-
HSV(B)121.62º19.47%74.51%-
XYZ37.3845.9337.47-
YUV174.83116.24112.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=30.78%
G=38.23%
B=30.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531901540.1900.190.25121.6222.1667.25
Hex99BE9A13013197a1643
Octal231276232230233117226103
Binary10011001101111101001101010011010011110011111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BE9A; }

 p { color: rgb(153,190,154); }

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

<style>
 a { background-color: #99BE9A; }

 a { background-color: rgb(153,190,154); }

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

<style>
 span { border-color: #99BE9A; }

 span { border-color: rgb(153,190,154); }

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