#69DB88

Color #69DB88 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #69DB88

Tints of Pastel Green #69DB88

Color information

#69DB88 (or 0x69DB88) is unknown color: approx Pastel Green. HEX triplet: 69, DB and 88. RGB value is (105,219,136). Sum of RGB (Red+Green+Blue) = 105+219+136=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DB88 is #962477. Grayscale: #AFAFAF. Windows color (decimal): -9839736 or 8969065. OLE color: 8969065.

HSL color Cylindrical-coordinate representation of color #69DB88: hue angle of 136.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DB88 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB105219136-
CMYK0.5200.380.14
HSL136.32º61.29%63.53%-
HSV(B)136.32º52.05%85.88%-
XYZ35.655.4432.12-
YUV175.45105.7377.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.83%
GREEN value IS 219 (85.94% from 255) = 47.61%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=22.83%
G=47.61%
B=29.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052191360.5200.380.14136.3261.2963.53
Hex69DB8834026E883d40
Octal151333210640461621075100
Binary1101001110110111000100011010001001101110100010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69DB88; }

 p { color: rgb(105,219,136); }

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

<style>
 a { background-color: #69DB88; }

 a { background-color: rgb(105,219,136); }

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

<style>
 span { border-color: #69DB88; }

 span { border-color: rgb(105,219,136); }

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