Html Css Color HEX #88BF8E Dark Sea Green

📋 copy color: '#88BF8E'

red 136 ◦ green 191 ◦ blue 142

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

Shades of Dark Sea Green #88BF8E

Tints of Dark Sea Green #88BF8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 29%
G = 40.72%
B = 30.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#88BF8E (or 0x88BF8E) is known color: Dark Sea Green. HEX triplet: 88, BF and 8E. RGB value is (136,191,142). Sum of RGB (Red+Green+Blue) = 136+191+142=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BF8E is #774071. Grayscale: #A9A9A9. Windows color (decimal): -7815282 or 9355144. OLE color: 9355144.

HSL color Cylindrical-coordinate representation of color #88BF8E: hue angle of 126.55º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BF8E is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 191 142 -
CMYK 0.29 0 0.26 0.25
HSL 126.55º 0.3% 0.64% -
HSV(B) 126.55º 0.29% 0.75% -
XYZ 33.67 44.45 32.4 -
YUV 168.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 136 191 142 0.29 0 0.26 0.25 126.55 0.3 0.64
Hex 88 BF 8E 1D 0 1A 19 7F 1E 40
Octal 210 277 216 35 0 32 31 177 36 100
Binary 10001000 10111111 10001110 11101 0 11010 11001 1111111 11110 1000000

Color Harmonies of #88BF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BF8E

Black with #88BF8E

Text Example


Text Example

White with #88BF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,191,142); }

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

background-color css

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

 a { background-color: rgb(136,191,142); }

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

border-color css

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

 span { border-color: rgb(136,191,142); }

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