Html Css Color HEX #9ABF9C Dark Sea Green

📋 copy color: '#9ABF9C'

red 154 ◦ green 191 ◦ blue 156

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

Shades of Dark Sea Green #9ABF9C

Tints of Dark Sea Green #9ABF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 38.12%

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

R = 30.74%
G = 38.12%
B = 31.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#9ABF9C (or 0x9ABF9C) is known color: Dark Sea Green. HEX triplet: 9A, BF and 9C. RGB value is (154,191,156). Sum of RGB (Red+Green+Blue) = 154+191+156=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF9C is #654063. Grayscale: #B0B0B0. Windows color (decimal): -6635620 or 10272666. OLE color: 10272666.

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

Color convert

RGB 154 191 156 -
CMYK 0.19 0 0.18 0.25
HSL 123.24º 0.22% 0.68% -
HSV(B) 123.24º 0.19% 0.75% -
XYZ 37.96 46.53 38.43 -
YUV 175.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 154 191 156 0.19 0 0.18 0.25 123.24 0.22 0.68
Hex 9A BF 9C 13 0 12 19 7B 16 44
Octal 232 277 234 23 0 22 31 173 26 104
Binary 10011010 10111111 10011100 10011 0 10010 11001 1111011 10110 1000100

Color Harmonies of #9ABF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF9C

Black with #9ABF9C

Text Example


Text Example

White with #9ABF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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