Html Css Color HEX #68DCC2 Downy

📋 copy color: '#68DCC2'

red 104 ◦ green 220 ◦ blue 194

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

Shades of Downy #68DCC2

Tints of Downy #68DCC2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.47%

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 20.08%
G = 42.47%
B = 37.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#68DCC2 (or 0x68DCC2) is known color: Downy. HEX triplet: 68, DC and C2. RGB value is (104,220,194). Sum of RGB (Red+Green+Blue) = 104+220+194=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCC2 is #97233D. Grayscale: #B6B6B6. Windows color (decimal): -9904958 or 12770408. OLE color: 12770408.

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

Color convert

RGB 104 220 194 -
CMYK 0.53 0 0.12 0.14
HSL 166.55º 0.62% 0.64% -
HSV(B) 166.55º 0.53% 0.86% -
XYZ 41.04 58.02 60.08 -
YUV 182.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 104 220 194 0.53 0 0.12 0.14 166.55 0.62 0.64
Hex 68 DC C2 35 0 C E A7 3E 40
Octal 150 334 302 65 0 14 16 247 76 100
Binary 1101000 11011100 11000010 110101 0 1100 1110 10100111 111110 1000000

Color Harmonies of #68DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCC2

Black with #68DCC2

Text Example


Text Example

White with #68DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,220,194); }

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

background-color css

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

 a { background-color: rgb(104,220,194); }

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

border-color css

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

 span { border-color: rgb(104,220,194); }

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