#69CCB9

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

Shades of Downy #69CCB9

Tints of Downy #69CCB9

Color information

#69CCB9 (or 0x69CCB9) is unknown color: approx Downy. HEX triplet: 69, CC and B9. RGB value is (105,204,185). Sum of RGB (Red+Green+Blue) = 105+204+185=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #69CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CCB9 is #963346. Grayscale: #ACACAC. Windows color (decimal): -9843527 or 12176489. OLE color: 12176489.

HSL color Cylindrical-coordinate representation of color #69CCB9: hue angle of 168.48º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CCB9 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB105204185-
CMYK0.4900.090.2
HSL168.48º49.25%60.59%-
HSV(B)168.48º48.53%80%-
XYZ36.1849.6953.58-
YUV172.23135.280.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=21.26%
G=41.30%
B=37.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1052041850.4900.090.2168.4849.2560.59
Hex69CCB9310914a8313d
Octal15131427161011242506175
Binary11010011100110010111001110001010011010010101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,204,185); }

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

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

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

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

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

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

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