Html Css Color HEX #68E1CD Downy

📋 copy color: '#68E1CD'

red 104 ◦ green 225 ◦ blue 205

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

Shades of Downy #68E1CD

Tints of Downy #68E1CD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.13%

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 19.48%
G = 42.13%
B = 38.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#68E1CD (or 0x68E1CD) is known color: Downy. HEX triplet: 68, E1 and CD. RGB value is (104,225,205). Sum of RGB (Red+Green+Blue) = 104+225+205=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1CD is #971E32. Grayscale: #BABABA. Windows color (decimal): -9903667 or 13492584. OLE color: 13492584.

HSL color Cylindrical-coordinate representation of color #68E1CD: hue angle of 170.08º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1CD is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 225 205 -
CMYK 0.54 0 0.09 0.12
HSL 170.08º 0.67% 0.65% -
HSV(B) 170.08º 0.54% 0.88% -
XYZ 43.65 61.2 67.27 -
YUV 186.54 138.41 69.13 -
System Red Green Blue C M Y K H S L
Decimal 104 225 205 0.54 0 0.09 0.12 170.08 0.67 0.65
Hex 68 E1 CD 36 0 9 C AA 43 41
Octal 150 341 315 66 0 11 14 252 103 101
Binary 1101000 11100001 11001101 110110 0 1001 1100 10101010 1000011 1000001

Color Harmonies of #68E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E1CD

Black with #68E1CD

Text Example


Text Example

White with #68E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,225,205); }

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

background-color css

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

 a { background-color: rgb(104,225,205); }

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

border-color css

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

 span { border-color: rgb(104,225,205); }

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