#69CABF

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

Shades of Downy #69CABF

Tints of Downy #69CABF

Color information

#69CABF (or 0x69CABF) is unknown color: approx Downy. HEX triplet: 69, CA and BF. RGB value is (105,202,191). Sum of RGB (Red+Green+Blue) = 105+202+191=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #69CABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CABF is #963540. Grayscale: #ABABAB. Windows color (decimal): -9844033 or 12569193. OLE color: 12569193.

HSL color Cylindrical-coordinate representation of color #69CABF: hue angle of 173.2º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CABF is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB105202191-
CMYK0.4800.050.21
HSL173.2º47.78%60.2%-
HSV(B)173.2º48.02%79.22%-
XYZ36.3549.0156.83-
YUV171.74138.8680.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.08%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 191 (75% from 255) = 38.35%
R=21.08%
G=40.56%
B=38.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021910.4800.050.21173.247.7860.2
Hex69CABF300515ad303c
Octal1513122776005252556074
Binary1101001110010101011111111000001011010110101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,191); }

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

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

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

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

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

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

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