#6CE1C5

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

Shades of Downy #6CE1C5

Tints of Downy #6CE1C5

Color information

#6CE1C5 (or 0x6CE1C5) is unknown color: approx Downy. HEX triplet: 6C, E1 and C5. RGB value is (108,225,197). Sum of RGB (Red+Green+Blue) = 108+225+197=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1C5 is #931E3A. Grayscale: #BABABA. Windows color (decimal): -9641531 or 12968300. OLE color: 12968300.

HSL color Cylindrical-coordinate representation of color #6CE1C5: hue angle of 165.64º 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 #6CE1C5 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB108225197-
CMYK0.5200.120.12
HSL165.64º66.1%65.29%-
HSV(B)165.64º52%88.24%-
XYZ43.1961.0762.33-
YUV186.82133.7471.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.38%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 197 (77.34% from 255) = 37.17%
R=20.38%
G=42.45%
B=37.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1082251970.5200.120.12165.6466.165.29
Hex6CE1C5340CCa64241
Octal1543413056401414246102101
Binary110110011100001110001011101000110011001010011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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