#69D6CB

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

Shades of Downy #69D6CB

Tints of Downy #69D6CB

Color information

#69D6CB (or 0x69D6CB) is unknown color: approx Downy. HEX triplet: 69, D6 and CB. RGB value is (105,214,203). Sum of RGB (Red+Green+Blue) = 105+214+203=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #69D6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D6CB is #962934. Grayscale: #B4B4B4. Windows color (decimal): -9840949 or 13358697. OLE color: 13358697.

HSL color Cylindrical-coordinate representation of color #69D6CB: hue angle of 173.94º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D6CB is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB105214203-
CMYK0.5100.050.16
HSL173.94º57.07%62.55%-
HSV(B)173.94º50.93%83.92%-
XYZ40.6555.4165.05-
YUV180.16140.8974.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.11%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=20.11%
G=41.00%
B=38.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052142030.5100.050.16173.9457.0762.55
Hex69D6CB330510ae393f
Octal1513263136305202567177
Binary1101001110101101100101111001101011000010101110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,214,203); }

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

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

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

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

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

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

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