#69C2BB

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

Shades of Downy #69C2BB

Tints of Downy #69C2BB

Color information

#69C2BB (or 0x69C2BB) is unknown color: approx Downy. HEX triplet: 69, C2 and BB. RGB value is (105,194,187). Sum of RGB (Red+Green+Blue) = 105+194+187=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2BB is #963D44. Grayscale: #A6A6A6. Windows color (decimal): -9846085 or 12305001. OLE color: 12305001.

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

Color convert

RGB105194187-
CMYK0.4600.040.24
HSL175.28º42.18%58.63%-
HSV(B)175.28º45.88%76.08%-
XYZ34.0945.1753.94-
YUV166.59139.5184.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=21.60%
G=39.92%
B=38.48%

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
Decimal1051941870.4600.040.24175.2842.1858.63
Hex69C2BB2E0418af2a3b
Octal1513022735604302575273
Binary1101001110000101011101110111001001100010101111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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