#6AEEC1

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

Shades of Downy #6AEEC1

Tints of Downy #6AEEC1

Color information

#6AEEC1 (or 0x6AEEC1) is unknown color: approx Downy. HEX triplet: 6A, EE and C1. RGB value is (106,238,193). Sum of RGB (Red+Green+Blue) = 106+238+193=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEC1 is #95113E. Grayscale: #C1C1C1. Windows color (decimal): -9769279 or 12709482. OLE color: 12709482.

HSL color Cylindrical-coordinate representation of color #6AEEC1: hue angle of 159.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEC1 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB106238193-
CMYK0.5500.190.07
HSL159.55º79.52%67.45%-
HSV(B)159.55º55.46%93.33%-
XYZ46.1468.0661.16-
YUV193.4127.7765.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.74%
GREEN value IS 238 (93.36% from 255) = 44.32%
BLUE value IS 193 (75.78% from 255) = 35.94%
R=19.74%
G=44.32%
B=35.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062381930.5500.190.07159.5579.5267.45
Hex6AEEC1370137a05043
Octal152356301670237240120103
Binary110101011101110110000011101110100111111010000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,238,193); }

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

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

 a { background-color: rgb(106,238,193); }

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

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

 span { border-color: rgb(106,238,193); }

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