#6AF0BE

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

Shades of Downy #6AF0BE

Tints of Downy #6AF0BE

Color information

#6AF0BE (or 0x6AF0BE) is unknown color: approx Downy. HEX triplet: 6A, F0 and BE. RGB value is (106,240,190). Sum of RGB (Red+Green+Blue) = 106+240+190=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF0BE is #950F41. Grayscale: #C2C2C2. Windows color (decimal): -9768770 or 12513386. OLE color: 12513386.

HSL color Cylindrical-coordinate representation of color #6AF0BE: hue angle of 157.61º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0BE is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB106240190-
CMYK0.5600.210.06
HSL157.61º81.71%67.84%-
HSV(B)157.61º55.83%94.12%-
XYZ46.469.159.61-
YUV194.23125.6165.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.78%
GREEN value IS 240 (94.14% from 255) = 44.78%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=19.78%
G=44.78%
B=35.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1062401900.5600.210.06157.6181.7167.84
Hex6AF0BE3801569e5244
Octal152360276700256236122104
Binary110101011110000101111101110000101011101001111010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AF0BE; }

 p { color: rgb(106,240,190); }

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

<style>
 a { background-color: #6AF0BE; }

 a { background-color: rgb(106,240,190); }

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

<style>
 span { border-color: #6AF0BE; }

 span { border-color: rgb(106,240,190); }

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