Html Css Color HEX #68DDCE Downy

📋 copy color: '#68DDCE'

red 104 ◦ green 221 ◦ blue 206

#68DDCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #68DDCE

Tints of Downy #68DDCE

RGB

 RED value IS 104 (41.02% from 255) = 19.59%

 GREEN value IS 221 (86.72% from 255) = 41.62%

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 19.59%
G = 41.62%
B = 38.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#68DDCE (or 0x68DDCE) is known color: Downy. HEX triplet: 68, DD and CE. RGB value is (104,221,206). Sum of RGB (Red+Green+Blue) = 104+221+206=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDCE is #972231. Grayscale: #B8B8B8. Windows color (decimal): -9904690 or 13557096. OLE color: 13557096.

HSL color Cylindrical-coordinate representation of color #68DDCE: hue angle of 172.31º degrees, saturation: 0.63, 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 #68DDCE is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 206 -
CMYK 0.53 0 0.07 0.13
HSL 172.31º 0.63% 0.64% -
HSV(B) 172.31º 0.53% 0.87% -
XYZ 42.71 59.11 67.55 -
YUV 184.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 104 221 206 0.53 0 0.07 0.13 172.31 0.63 0.64
Hex 68 DD CE 35 0 7 D AC 3F 40
Octal 150 335 316 65 0 7 15 254 77 100
Binary 1101000 11011101 11001110 110101 0 111 1101 10101100 111111 1000000

Color Harmonies of #68DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDCE

Black with #68DDCE

Text Example


Text Example

White with #68DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,221,206); }

 H1.HeaderClassName
 {
   color: #68DDCE;
 }
 .AnyTagClassName
 {
   color: #68DDCE;
 }
</style>

background-color css

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

 a { background-color: rgb(104,221,206); }

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

border-color css

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

 span { border-color: rgb(104,221,206); }

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