#6CD0BD

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

Shades of Downy #6CD0BD

Tints of Downy #6CD0BD

Color information

#6CD0BD (or 0x6CD0BD) is unknown color: approx Downy. HEX triplet: 6C, D0 and BD. RGB value is (108,208,189). Sum of RGB (Red+Green+Blue) = 108+208+189=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD0BD is #932F42. Grayscale: #AFAFAF. Windows color (decimal): -9645891 or 12439660. OLE color: 12439660.

HSL color Cylindrical-coordinate representation of color #6CD0BD: hue angle of 168.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD0BD is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB108208189-
CMYK0.4800.090.18
HSL168.6º51.55%61.96%-
HSV(B)168.6º48.08%81.57%-
XYZ37.9351.9756.18-
YUV175.93135.3779.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.39%
GREEN value IS 208 (81.64% from 255) = 41.19%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=21.39%
G=41.19%
B=37.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082081890.4800.090.18168.651.5561.96
Hex6CD0BD300912a9343e
Octal15432027560011222516476
Binary11011001101000010111101110000010011001010101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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