#81BC88

Color #81BC88 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #81BC88

Tints of De York #81BC88

Color information

#81BC88 (or 0x81BC88) is unknown color: approx De York. HEX triplet: 81, BC and 88. RGB value is (129,188,136). Sum of RGB (Red+Green+Blue) = 129+188+136=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC88 is #7E4377. Grayscale: #A4A4A4. Windows color (decimal): -8274808 or 8961153. OLE color: 8961153.

HSL color Cylindrical-coordinate representation of color #81BC88: hue angle of 127.12º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BC88 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB129188136-
CMYK0.3100.280.26
HSL127.12º30.57%62.16%-
HSV(B)127.12º31.38%73.73%-
XYZ31.4842.4129.82-
YUV164.43111.95102.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=28.48%
G=41.50%
B=30.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291881360.3100.280.26127.1230.5762.16
Hex81BC881F01C1A7f1f3e
Octal20127421037034321773776
Binary1000000110111100100010001111101110011010111111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81BC88; }

 p { color: rgb(129,188,136); }

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

<style>
 a { background-color: #81BC88; }

 a { background-color: rgb(129,188,136); }

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

<style>
 span { border-color: #81BC88; }

 span { border-color: rgb(129,188,136); }

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