Html Css Color HEX #88BA8D Dark Sea Green

📋 copy color: '#88BA8D'

red 136 ◦ green 186 ◦ blue 141

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

Shades of Dark Sea Green #88BA8D

Tints of Dark Sea Green #88BA8D

RGB

 RED value IS 136 (53.52% from 255) = 29.37%

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 29.37%
G = 40.17%
B = 30.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#88BA8D (or 0x88BA8D) is known color: Dark Sea Green. HEX triplet: 88, BA and 8D. RGB value is (136,186,141). Sum of RGB (Red+Green+Blue) = 136+186+141=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BA8D is #774572. Grayscale: #A6A6A6. Windows color (decimal): -7816563 or 9288328. OLE color: 9288328.

HSL color Cylindrical-coordinate representation of color #88BA8D: hue angle of 126º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BA8D is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 186 141 -
CMYK 0.27 0 0.24 0.27
HSL 126º 0.27% 0.63% -
HSV(B) 126º 0.27% 0.73% -
XYZ 32.52 42.28 31.65 -
YUV 165.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 136 186 141 0.27 0 0.24 0.27 126 0.27 0.63
Hex 88 BA 8D 1B 0 18 1B 7E 1B 3F
Octal 210 272 215 33 0 30 33 176 33 77
Binary 10001000 10111010 10001101 11011 0 11000 11011 1111110 11011 111111

Color Harmonies of #88BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BA8D

Black with #88BA8D

Text Example


Text Example

White with #88BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88BA8D; }

 p { color: rgb(136,186,141); }

 H1.HeaderClassName
 {
   color: #88BA8D;
 }
 .AnyTagClassName
 {
   color: #88BA8D;
 }
</style>

background-color css

<style>
 a { background-color: #88BA8D; }

 a { background-color: rgb(136,186,141); }

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

border-color css

<style>
 span { border-color: #88BA8D; }

 span { border-color: rgb(136,186,141); }

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