Html Css Color HEX #68DFCC Downy

📋 copy color: '#68DFCC'

red 104 ◦ green 223 ◦ blue 204

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

Shades of Downy #68DFCC

Tints of Downy #68DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 19.59%
G = 42%
B = 38.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#68DFCC (or 0x68DFCC) is known color: Downy. HEX triplet: 68, DF and CC. RGB value is (104,223,204). Sum of RGB (Red+Green+Blue) = 104+223+204=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFCC is #972033. Grayscale: #B9B9B9. Windows color (decimal): -9904180 or 13426536. OLE color: 13426536.

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

Color convert

RGB 104 223 204 -
CMYK 0.53 0 0.09 0.13
HSL 170.42º 0.65% 0.64% -
HSV(B) 170.42º 0.53% 0.87% -
XYZ 43 60.08 66.46 -
YUV 185.25 138.58 70.04 -
System Red Green Blue C M Y K H S L
Decimal 104 223 204 0.53 0 0.09 0.13 170.42 0.65 0.64
Hex 68 DF CC 35 0 9 D AA 41 40
Octal 150 337 314 65 0 11 15 252 101 100
Binary 1101000 11011111 11001100 110101 0 1001 1101 10101010 1000001 1000000

Color Harmonies of #68DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFCC

Black with #68DFCC

Text Example


Text Example

White with #68DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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