#69C3BB

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

Shades of Downy #69C3BB

Tints of Downy #69C3BB

Color information

#69C3BB (or 0x69C3BB) is unknown color: approx Downy. HEX triplet: 69, C3 and BB. RGB value is (105,195,187). Sum of RGB (Red+Green+Blue) = 105+195+187=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #69C3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C3BB is #963C44. Grayscale: #A7A7A7. Windows color (decimal): -9845829 or 12305257. OLE color: 12305257.

HSL color Cylindrical-coordinate representation of color #69C3BB: hue angle of 174.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C3BB is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB105195187-
CMYK0.4600.040.24
HSL174.67º42.86%58.82%-
HSV(B)174.67º46.15%76.47%-
XYZ34.3145.6254.01-
YUV167.18139.1883.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=21.56%
G=40.04%
B=38.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051951870.4600.040.24174.6742.8658.82
Hex69C3BB2E0418af2b3b
Octal1513032735604302575373
Binary1101001110000111011101110111001001100010101111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,195,187); }

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

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

 a { background-color: rgb(105,195,187); }

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

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

 span { border-color: rgb(105,195,187); }

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