#68C9BE

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

Shades of Downy #68C9BE

Tints of Downy #68C9BE

Color information

#68C9BE (or 0x68C9BE) is unknown color: approx Downy. HEX triplet: 68, C9 and BE. RGB value is (104,201,190). Sum of RGB (Red+Green+Blue) = 104+201+190=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #68C9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C9BE is #973641. Grayscale: #AAAAAA. Windows color (decimal): -9909826 or 12503400. OLE color: 12503400.

HSL color Cylindrical-coordinate representation of color #68C9BE: hue angle of 173.2º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C9BE is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB104201190-
CMYK0.4800.050.21
HSL173.2º47.32%59.8%-
HSV(B)173.2º48.26%78.82%-
XYZ35.8948.4356.17-
YUV170.74138.8680.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=21.01%
G=40.61%
B=38.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1042011900.4800.050.21173.247.3259.8
Hex68C9BE300515ad2f3c
Octal1503112766005252555774
Binary1101000110010011011111011000001011010110101101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,201,190); }

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

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

 a { background-color: rgb(104,201,190); }

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

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

 span { border-color: rgb(104,201,190); }

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