#69C3C3

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

Shades of Downy #69C3C3

Tints of Downy #69C3C3

Color information

#69C3C3 (or 0x69C3C3) is unknown color: approx Downy. HEX triplet: 69, C3 and C3. RGB value is (105,195,195). Sum of RGB (Red+Green+Blue) = 105+195+195=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: green, blue. Hex color #69C3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C3C3 is #963C3C. Grayscale: #A8A8A8. Windows color (decimal): -9845821 or 12829545. OLE color: 12829545.

HSL color Cylindrical-coordinate representation of color #69C3C3: hue angle of 180º 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 #69C3C3 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105195195-
CMYK0.46000.24
HSL180º42.86%58.82%-
HSV(B)180º46.15%76.47%-
XYZ35.1945.9758.65-
YUV168.09143.1883-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 195 (76.56% from 255) = 39.39%
R=21.21%
G=39.39%
B=39.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051951950.46000.2418042.8658.82
Hex69C3C32E0018b42b3b
Octal1513033035600302645373
Binary11010011100001111000011101110001100010110100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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