#08BD88

Color #08BD88 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #08BD88

Tints of Mountain Meadow #08BD88

Color information

#08BD88 (or 0x08BD88) is unknown color: approx Mountain Meadow. HEX triplet: 08, BD and 88. RGB value is (8,189,136). Sum of RGB (Red+Green+Blue) = 8+189+136=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BD88 is #F74277. Grayscale: #808080. Windows color (decimal): -16204408 or 8961288. OLE color: 8961288.

HSL color Cylindrical-coordinate representation of color #08BD88: hue angle of 162.43º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD88 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB8189136-
CMYK0.9600.280.26
HSL162.43º91.88%38.63%-
HSV(B)162.43º95.77%74.12%-
XYZ22.7438.2229.47-
YUV128.84132.0341.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.40%
GREEN value IS 189 (74.22% from 255) = 56.76%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=2.40%
G=56.76%
B=40.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81891360.9600.280.26162.4391.8838.63
Hex8BD886001C1Aa25c27
Octal102752101400343224213447
Binary10001011110110001000110000001110011010101000101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BD88; }

 p { color: rgb(8,189,136); }

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

<style>
 a { background-color: #08BD88; }

 a { background-color: rgb(8,189,136); }

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

<style>
 span { border-color: #08BD88; }

 span { border-color: rgb(8,189,136); }

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