Html Css Color HEX #68EACD Downy

📋 copy color: '#68EACD'

red 104 ◦ green 234 ◦ blue 205

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

Shades of Downy #68EACD

Tints of Downy #68EACD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.09%

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

R = 19.15%
G = 43.09%
B = 37.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#68EACD (or 0x68EACD) is known color: Downy. HEX triplet: 68, EA and CD. RGB value is (104,234,205). Sum of RGB (Red+Green+Blue) = 104+234+205=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #68EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EACD is #971532. Grayscale: #BFBFBF. Windows color (decimal): -9901363 or 13494888. OLE color: 13494888.

HSL color Cylindrical-coordinate representation of color #68EACD: hue angle of 166.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EACD is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 234 205 -
CMYK 0.56 0 0.12 0.08
HSL 166.62º 0.76% 0.66% -
HSV(B) 166.62º 0.56% 0.92% -
XYZ 46.15 66.2 68.1 -
YUV 191.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 104 234 205 0.56 0 0.12 0.08 166.62 0.76 0.66
Hex 68 EA CD 38 0 C 8 A7 4C 42
Octal 150 352 315 70 0 14 10 247 114 102
Binary 1101000 11101010 11001101 111000 0 1100 1000 10100111 1001100 1000010

Color Harmonies of #68EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EACD

Black with #68EACD

Text Example


Text Example

White with #68EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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