#6CE7BD

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

Shades of Downy #6CE7BD

Tints of Downy #6CE7BD

Color information

#6CE7BD (or 0x6CE7BD) is unknown color: approx Downy. HEX triplet: 6C, E7 and BD. RGB value is (108,231,189). Sum of RGB (Red+Green+Blue) = 108+231+189=528 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.45% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #6CE7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE7BD is #931842. Grayscale: #BDBDBD. Windows color (decimal): -9640003 or 12445548. OLE color: 12445548.

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

Color convert

RGB108231189-
CMYK0.5300.180.09
HSL159.51º71.93%66.47%-
HSV(B)159.51º53.25%90.59%-
XYZ43.9564.0158.18-
YUV189.43127.7569.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.45%
GREEN value IS 231 (90.62% from 255) = 43.75%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=20.45%
G=43.75%
B=35.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1082311890.5300.180.09159.5171.9366.47
Hex6CE7BD350129a04842
Octal1543472756502211240110102
Binary1101100111001111011110111010101001010011010000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,231,189); }

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

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

 a { background-color: rgb(108,231,189); }

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

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

 span { border-color: rgb(108,231,189); }

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