#9BC69C

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

Shades of Dark Sea Green #9BC69C

Tints of Dark Sea Green #9BC69C

Color information

#9BC69C (or 0x9BC69C) is unknown color: approx Dark Sea Green. HEX triplet: 9B, C6 and 9C. RGB value is (155,198,156). Sum of RGB (Red+Green+Blue) = 155+198+156=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC69C is #643963. Grayscale: #B4B4B4. Windows color (decimal): -6568292 or 10274459. OLE color: 10274459.

HSL color Cylindrical-coordinate representation of color #9BC69C: hue angle of 121.4º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC69C is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB155198156-
CMYK0.2200.210.22
HSL121.4º27.39%69.22%-
HSV(B)121.4º21.72%77.65%-
XYZ39.7149.7638.96-
YUV180.36114.25109.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=30.45%
G=38.90%
B=30.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551981560.2200.210.22121.427.3969.22
Hex9BC69C1601516791b45
Octal233306234260252617133105
Binary10011011110001101001110010110010101101101111001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BC69C; }

 p { color: rgb(155,198,156); }

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

<style>
 a { background-color: #9BC69C; }

 a { background-color: rgb(155,198,156); }

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

<style>
 span { border-color: #9BC69C; }

 span { border-color: rgb(155,198,156); }

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