#6CE1BE

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

Shades of Downy #6CE1BE

Tints of Downy #6CE1BE

Color information

#6CE1BE (or 0x6CE1BE) is unknown color: approx Downy. HEX triplet: 6C, E1 and BE. RGB value is (108,225,190). Sum of RGB (Red+Green+Blue) = 108+225+190=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1BE is #931E41. Grayscale: #BABABA. Windows color (decimal): -9641538 or 12509548. OLE color: 12509548.

HSL color Cylindrical-coordinate representation of color #6CE1BE: hue angle of 162.05º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE1BE is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB108225190-
CMYK0.5200.160.12
HSL162.05º66.1%65.29%-
HSV(B)162.05º52%88.24%-
XYZ42.460.7658.21-
YUV186.03130.2472.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.65%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=20.65%
G=43.02%
B=36.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1082251900.5200.160.12162.0566.165.29
Hex6CE1BE34010Ca24241
Octal1543412766402014242102101
Binary1101100111000011011111011010001000011001010001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,225,190); }

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

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

 a { background-color: rgb(108,225,190); }

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

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

 span { border-color: rgb(108,225,190); }

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