#88C08B

Color #88C08B Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #88C08B

Tints of Dark Sea Green #88C08B

Color information

#88C08B (or 0x88C08B) is unknown color: approx Dark Sea Green. HEX triplet: 88, C0 and 8B. RGB value is (136,192,139). Sum of RGB (Red+Green+Blue) = 136+192+139=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #88C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C08B is #773F74. Grayscale: #A9A9A9. Windows color (decimal): -7815029 or 9158792. OLE color: 9158792.

HSL color Cylindrical-coordinate representation of color #88C08B: hue angle of 123.21º degrees, saturation: 0.31, 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 #88C08B is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB136192139-
CMYK0.2900.280.25
HSL123.21º30.77%64.31%-
HSV(B)123.21º29.17%75.29%-
XYZ33.6644.831.3-
YUV169.21110.95104.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=29.12%
G=41.11%
B=29.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361921390.2900.280.25123.2130.7764.31
Hex88C08B1D01C197b1f40
Octal210300213350343117337100
Binary10001000110000001000101111101011100110011111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,192,139); }

 H1.HeaderClassName
 {
   color: #88C08B;
 }
 .AnyTagClassName
 {
   color: #88C08B;
 }
</style>
background-color css

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

 a { background-color: rgb(136,192,139); }

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

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

 span { border-color: rgb(136,192,139); }

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