#6CD2CA

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

Shades of Downy #6CD2CA

Tints of Downy #6CD2CA

Color information

#6CD2CA (or 0x6CD2CA) is unknown color: approx Downy. HEX triplet: 6C, D2 and CA. RGB value is (108,210,202). Sum of RGB (Red+Green+Blue) = 108+210+202=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD2CA is #932D35. Grayscale: #B2B2B2. Windows color (decimal): -9645366 or 13292140. OLE color: 13292140.

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

Color convert

RGB108210202-
CMYK0.4900.040.18
HSL175.29º53.12%62.35%-
HSV(B)175.29º48.57%82.35%-
XYZ39.8953.5564.11-
YUV178.59141.2177.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.77%
GREEN value IS 210 (82.42% from 255) = 40.38%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=20.77%
G=40.38%
B=38.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082102020.4900.040.18175.2953.1262.35
Hex6CD2CA310412af353e
Octal1543223126104222576576
Binary1101100110100101100101011000101001001010101111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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