#68DFC4

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

Shades of Downy #68DFC4

Tints of Downy #68DFC4

Color information

#68DFC4 (or 0x68DFC4) is unknown color: approx Downy. HEX triplet: 68, DF and C4. RGB value is (104,223,196). Sum of RGB (Red+Green+Blue) = 104+223+196=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFC4 is #97203B. Grayscale: #B8B8B8. Windows color (decimal): -9904188 or 12902248. OLE color: 12902248.

HSL color Cylindrical-coordinate representation of color #68DFC4: hue angle of 166.39º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFC4 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB104223196-
CMYK0.5300.120.13
HSL166.39º65.03%64.12%-
HSV(B)166.39º53.36%87.45%-
XYZ42.0659.761.53-
YUV184.34134.5870.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.89%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=19.89%
G=42.64%
B=37.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042231960.5300.120.13166.3965.0364.12
Hex68DFC4350CDa64140
Octal1503373046501415246101100
Binary110100011011111110001001101010110011011010011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68DFC4; }

 p { color: rgb(104,223,196); }

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

<style>
 a { background-color: #68DFC4; }

 a { background-color: rgb(104,223,196); }

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

<style>
 span { border-color: #68DFC4; }

 span { border-color: rgb(104,223,196); }

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