#69c7be

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

Shades of Downy #69C7BE

Tints of Downy #69C7BE

Color information

#69C7BE (or 0x69C7BE) is unknown color: approx Downy. HEX triplet: 69, C7 and BE. RGB value is (105,199,190). Sum of RGB (Red+Green+Blue) = 105+199+190=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #69C7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C7BE is #963841. Grayscale: #A9A9A9. Windows color (decimal): -9844802 or 12502889. OLE color: 12502889.

HSL color Cylindrical-coordinate representation of color #69C7BE: hue angle of 174.26º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C7BE is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB105199190-
CMYK0.4700.050.22
HSL174.26º45.63%59.61%-
HSV(B)174.26º47.24%78.04%-
XYZ35.5447.5756.02-
YUV169.87139.3681.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 199 (78.12% from 255) = 40.28%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=21.26%
G=40.28%
B=38.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051991900.4700.050.22174.2645.6359.61
Hex69C7BE2F0516ae2e3c
Octal1513072765705262565674
Binary1101001110001111011111010111101011011010101110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69c7be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,199,190); }

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

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

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

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

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

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

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