#6CE5BC

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

Shades of Downy #6CE5BC

Tints of Downy #6CE5BC

Color information

#6CE5BC (or 0x6CE5BC) is unknown color: approx Downy. HEX triplet: 6C, E5 and BC. RGB value is (108,229,188). Sum of RGB (Red+Green+Blue) = 108+229+188=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #6CE5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE5BC is #931A43. Grayscale: #BCBCBC. Windows color (decimal): -9640516 or 12379500. OLE color: 12379500.

HSL color Cylindrical-coordinate representation of color #6CE5BC: hue angle of 159.67º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE5BC is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB108229188-
CMYK0.5300.180.10
HSL159.67º69.94%66.08%-
HSV(B)159.67º52.84%89.8%-
XYZ43.2862.8657.43-
YUV188.15127.9170.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.57%
GREEN value IS 229 (89.84% from 255) = 43.62%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=20.57%
G=43.62%
B=35.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1082291880.5300.180.10159.6769.9466.08
Hex6CE5BC35012Aa04642
Octal1543452746502212240106102
Binary1101100111001011011110011010101001010101010000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,229,188); }

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

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

 a { background-color: rgb(108,229,188); }

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

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

 span { border-color: rgb(108,229,188); }

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