Html Css Color HEX #68DDC8 Downy

📋 copy color: '#68DDC8'

red 104 ◦ green 221 ◦ blue 200

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

Shades of Downy #68DDC8

Tints of Downy #68DDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 19.81%
G = 42.1%
B = 38.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#68DDC8 (or 0x68DDC8) is known color: Downy. HEX triplet: 68, DD and C8. RGB value is (104,221,200). Sum of RGB (Red+Green+Blue) = 104+221+200=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC8 is #972237. Grayscale: #B7B7B7. Windows color (decimal): -9904696 or 13163880. OLE color: 13163880.

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

Color convert

RGB 104 221 200 -
CMYK 0.53 0 0.10 0.13
HSL 169.23º 0.63% 0.64% -
HSV(B) 169.23º 0.53% 0.87% -
XYZ 41.99 58.83 63.79 -
YUV 183.62 137.24 71.21 -
System Red Green Blue C M Y K H S L
Decimal 104 221 200 0.53 0 0.10 0.13 169.23 0.63 0.64
Hex 68 DD C8 35 0 A D A9 3F 40
Octal 150 335 310 65 0 12 15 251 77 100
Binary 1101000 11011101 11001000 110101 0 1010 1101 10101001 111111 1000000

Color Harmonies of #68DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDC8

Black with #68DDC8

Text Example


Text Example

White with #68DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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