#6DEEBE

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

Shades of Downy #6DEEBE

Tints of Downy #6DEEBE

Color information

#6DEEBE (or 0x6DEEBE) is unknown color: approx Downy. HEX triplet: 6D, EE and BE. RGB value is (109,238,190). Sum of RGB (Red+Green+Blue) = 109+238+190=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEBE is #921141. Grayscale: #C2C2C2. Windows color (decimal): -9572674 or 12512877. OLE color: 12512877.

HSL color Cylindrical-coordinate representation of color #6DEEBE: hue angle of 157.67º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEEBE is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB109238190-
CMYK0.5400.200.07
HSL157.67º79.14%68.04%-
HSV(B)157.67º54.2%93.33%-
XYZ46.1868.1259.43-
YUV193.96125.7667.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.30%
GREEN value IS 238 (93.36% from 255) = 44.32%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=20.30%
G=44.32%
B=35.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092381900.5400.200.07157.6779.1468.04
Hex6DEEBE3601479e4f44
Octal155356276660247236117104
Binary110110111101110101111101101100101001111001111010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,238,190); }

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

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

 a { background-color: rgb(109,238,190); }

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

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

 span { border-color: rgb(109,238,190); }

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