Html Css Color HEX #99BA9C Dark Sea Green

📋 copy color: '#99BA9C'

red 153 ◦ green 186 ◦ blue 156

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

Shades of Dark Sea Green #99BA9C

Tints of Dark Sea Green #99BA9C

RGB

 RED value IS 153 (60.16% from 255) = 30.91%

 GREEN value IS 186 (73.05% from 255) = 37.58%

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

R = 30.91%
G = 37.58%
B = 31.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#99BA9C (or 0x99BA9C) is known color: Dark Sea Green. HEX triplet: 99, BA and 9C. RGB value is (153,186,156). Sum of RGB (Red+Green+Blue) = 153+186+156=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA9C is #664563. Grayscale: #ACACAC. Windows color (decimal): -6702436 or 10271385. OLE color: 10271385.

HSL color Cylindrical-coordinate representation of color #99BA9C: hue angle of 125.45º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BA9C is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 186 156 -
CMYK 0.18 0 0.16 0.27
HSL 125.45º 0.19% 0.66% -
HSV(B) 125.45º 0.18% 0.73% -
XYZ 36.7 44.29 38.07 -
YUV 172.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 153 186 156 0.18 0 0.16 0.27 125.45 0.19 0.66
Hex 99 BA 9C 12 0 10 1B 7D 13 42
Octal 231 272 234 22 0 20 33 175 23 102
Binary 10011001 10111010 10011100 10010 0 10000 11011 1111101 10011 1000010

Color Harmonies of #99BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BA9C

Black with #99BA9C

Text Example


Text Example

White with #99BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,186,156); }

 H1.HeaderClassName
 {
   color: #99BA9C;
 }
 .AnyTagClassName
 {
   color: #99BA9C;
 }
</style>

background-color css

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

 a { background-color: rgb(153,186,156); }

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

border-color css

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

 span { border-color: rgb(153,186,156); }

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