#6CCABD

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

Shades of Downy #6CCABD

Tints of Downy #6CCABD

Color information

#6CCABD (or 0x6CCABD) is unknown color: approx Downy. HEX triplet: 6C, CA and BD. RGB value is (108,202,189). Sum of RGB (Red+Green+Blue) = 108+202+189=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCABD is #933542. Grayscale: #ACACAC. Windows color (decimal): -9647427 or 12438124. OLE color: 12438124.

HSL color Cylindrical-coordinate representation of color #6CCABD: hue angle of 171.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCABD is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB108202189-
CMYK0.4700.060.21
HSL171.7º47%60.78%-
HSV(B)171.7º46.53%79.22%-
XYZ36.4949.155.7-
YUV172.41137.3682.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.64%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=21.64%
G=40.48%
B=37.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1082021890.4700.060.21171.74760.78
Hex6CCABD2F0615ac2f3d
Octal1543122755706252545775
Binary1101100110010101011110110111101101010110101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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