#69DA88

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

Shades of Pastel Green #69DA88

Tints of Pastel Green #69DA88

Color information

#69DA88 (or 0x69DA88) is unknown color: approx Pastel Green. HEX triplet: 69, DA and 88. RGB value is (105,218,136). Sum of RGB (Red+Green+Blue) = 105+218+136=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DA88 is #962577. Grayscale: #AFAFAF. Windows color (decimal): -9839992 or 8968809. OLE color: 8968809.

HSL color Cylindrical-coordinate representation of color #69DA88: hue angle of 136.46º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DA88 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB105218136-
CMYK0.5200.380.15
HSL136.46º60.43%63.33%-
HSV(B)136.46º51.83%85.49%-
XYZ35.3454.9232.03-
YUV174.86106.0678.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 218 (85.55% from 255) = 47.49%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=22.88%
G=47.49%
B=29.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181360.5200.380.15136.4660.4363.33
Hex69DA8834026F883c3f
Octal15133221064046172107477
Binary110100111011010100010001101000100110111110001000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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