Html Css Color HEX #88BA8F Dark Sea Green

📋 copy color: '#88BA8F'

red 136 ◦ green 186 ◦ blue 143

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

Shades of Dark Sea Green #88BA8F

Tints of Dark Sea Green #88BA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 29.25%
G = 40%
B = 30.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#88BA8F (or 0x88BA8F) is known color: Dark Sea Green. HEX triplet: 88, BA and 8F. RGB value is (136,186,143). Sum of RGB (Red+Green+Blue) = 136+186+143=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BA8F is #774570. Grayscale: #A6A6A6. Windows color (decimal): -7816561 or 9419400. OLE color: 9419400.

HSL color Cylindrical-coordinate representation of color #88BA8F: hue angle of 128.4º 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 #88BA8F is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 186 143 -
CMYK 0.27 0 0.23 0.27
HSL 128.4º 0.27% 0.63% -
HSV(B) 128.4º 0.27% 0.73% -
XYZ 32.67 42.34 32.44 -
YUV 166.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 136 186 143 0.27 0 0.23 0.27 128.4 0.27 0.63
Hex 88 BA 8F 1B 0 17 1B 80 1B 3F
Octal 210 272 217 33 0 27 33 200 33 77
Binary 10001000 10111010 10001111 11011 0 10111 11011 10000000 11011 111111

Color Harmonies of #88BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BA8F

Black with #88BA8F

Text Example


Text Example

White with #88BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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