#69D9BC

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

Shades of Downy #69D9BC

Tints of Downy #69D9BC

Color information

#69D9BC (or 0x69D9BC) is unknown color: approx Downy. HEX triplet: 69, D9 and BC. RGB value is (105,217,188). Sum of RGB (Red+Green+Blue) = 105+217+188=510 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.59% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #69D9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D9BC is #962643. Grayscale: #B4B4B4. Windows color (decimal): -9840196 or 12376425. OLE color: 12376425.

HSL color Cylindrical-coordinate representation of color #69D9BC: hue angle of 164.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 #69D9BC is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB105217188-
CMYK0.5200.130.15
HSL164.46º59.57%63.14%-
HSV(B)164.46º51.61%85.1%-
XYZ39.7256.2656.34-
YUV180.21132.3974.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.59%
GREEN value IS 217 (85.16% from 255) = 42.55%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=20.59%
G=42.55%
B=36.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052171880.5200.130.15164.4659.5763.14
Hex69D9BC340DFa43c3f
Octal15133127464015172447477
Binary1101001110110011011110011010001101111110100100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,217,188); }

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

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

 a { background-color: rgb(105,217,188); }

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

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

 span { border-color: rgb(105,217,188); }

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