Html Css Color HEX #9ABC9C Dark Sea Green

📋 copy color: '#9ABC9C'

red 154 ◦ green 188 ◦ blue 156

#9ABC9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #9ABC9C

Tints of Dark Sea Green #9ABC9C

RGB

 RED value IS 154 (60.55% from 255) = 30.92%

 GREEN value IS 188 (73.83% from 255) = 37.75%

 BLUE value IS 156 (61.33% from 255) = 31.33%

R = 30.92%
G = 37.75%
B = 31.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#9ABC9C (or 0x9ABC9C) is known color: Dark Sea Green. HEX triplet: 9A, BC and 9C. RGB value is (154,188,156). Sum of RGB (Red+Green+Blue) = 154+188+156=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC9C is #654363. Grayscale: #AEAEAE. Windows color (decimal): -6636388 or 10271898. OLE color: 10271898.

HSL color Cylindrical-coordinate representation of color #9ABC9C: hue angle of 123.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABC9C is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 156 -
CMYK 0.18 0 0.17 0.26
HSL 123.53º 0.2% 0.67% -
HSV(B) 123.53º 0.18% 0.74% -
XYZ 37.31 45.24 38.22 -
YUV 174.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 154 188 156 0.18 0 0.17 0.26 123.53 0.2 0.67
Hex 9A BC 9C 12 0 11 1A 7C 14 43
Octal 232 274 234 22 0 21 32 174 24 103
Binary 10011010 10111100 10011100 10010 0 10001 11010 1111100 10100 1000011

Color Harmonies of #9ABC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC9C

Black with #9ABC9C

Text Example


Text Example

White with #9ABC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,188,156); }

 H1.HeaderClassName
 {
   color: #9ABC9C;
 }
 .AnyTagClassName
 {
   color: #9ABC9C;
 }
</style>

background-color css

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

 a { background-color: rgb(154,188,156); }

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

border-color css

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

 span { border-color: rgb(154,188,156); }

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