#6CD5BB

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

Shades of Downy #6CD5BB

Tints of Downy #6CD5BB

Color information

#6CD5BB (or 0x6CD5BB) is unknown color: approx Downy. HEX triplet: 6C, D5 and BB. RGB value is (108,213,187). Sum of RGB (Red+Green+Blue) = 108+213+187=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD5BB is #932A44. Grayscale: #B2B2B2. Windows color (decimal): -9644613 or 12309868. OLE color: 12309868.

HSL color Cylindrical-coordinate representation of color #6CD5BB: hue angle of 165.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD5BB is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB108213187-
CMYK0.4900.120.16
HSL165.14º55.56%62.94%-
HSV(B)165.14º49.3%83.53%-
XYZ38.9554.3655.45-
YUV178.64132.7177.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.26%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=21.26%
G=41.93%
B=36.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082131870.4900.120.16165.1455.5662.94
Hex6CD5BB310C10a5383f
Octal15432527361014202457077
Binary11011001101010110111011110001011001000010100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,213,187); }

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

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

 a { background-color: rgb(108,213,187); }

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

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

 span { border-color: rgb(108,213,187); }

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