#69CABA

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

Shades of Downy #69CABA

Tints of Downy #69CABA

Color information

#69CABA (or 0x69CABA) is unknown color: approx Downy. HEX triplet: 69, CA and BA. RGB value is (105,202,186). Sum of RGB (Red+Green+Blue) = 105+202+186=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #69CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CABA is #963545. Grayscale: #ABABAB. Windows color (decimal): -9844038 or 12241513. OLE color: 12241513.

HSL color Cylindrical-coordinate representation of color #69CABA: hue angle of 170.1º 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 #69CABA is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB105202186-
CMYK0.4800.080.21
HSL170.1º47.78%60.2%-
HSV(B)170.1º48.02%79.22%-
XYZ35.8148.7953.98-
YUV171.17136.3680.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.30%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=21.30%
G=40.97%
B=37.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021860.4800.080.21170.147.7860.2
Hex69CABA300815aa303c
Octal15131227260010252526074
Binary11010011100101010111010110000010001010110101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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