#6ACDCB

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

Shades of Downy #6ACDCB

Tints of Downy #6ACDCB

Color information

#6ACDCB (or 0x6ACDCB) is unknown color: approx Downy. HEX triplet: 6A, CD and CB. RGB value is (106,205,203). Sum of RGB (Red+Green+Blue) = 106+205+203=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDCB is #953234. Grayscale: #AFAFAF. Windows color (decimal): -9777717 or 13356394. OLE color: 13356394.

HSL color Cylindrical-coordinate representation of color #6ACDCB: hue angle of 178.79º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDCB is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB106205203-
CMYK0.4800.010.20
HSL178.79º49.75%60.98%-
HSV(B)178.79º48.29%80.39%-
XYZ38.5551.0464.32-
YUV175.17143.778.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.62%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=20.62%
G=39.88%
B=39.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062052030.4800.010.20178.7949.7560.98
Hex6ACDCB300114b3323d
Octal1523153136001242636275
Binary11010101100110111001011110000011010010110011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,205,203); }

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

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

 a { background-color: rgb(106,205,203); }

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

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

 span { border-color: rgb(106,205,203); }

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