Html Css Color HEX #68E1CE Downy

📋 copy color: '#68E1CE'

red 104 ◦ green 225 ◦ blue 206

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

Shades of Downy #68E1CE

Tints of Downy #68E1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 19.44%
G = 42.06%
B = 38.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#68E1CE (or 0x68E1CE) is known color: Downy. HEX triplet: 68, E1 and CE. RGB value is (104,225,206). Sum of RGB (Red+Green+Blue) = 104+225+206=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1CE is #971E31. Grayscale: #BABABA. Windows color (decimal): -9903666 or 13558120. OLE color: 13558120.

HSL color Cylindrical-coordinate representation of color #68E1CE: hue angle of 170.58º 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 #68E1CE is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 225 206 -
CMYK 0.54 0 0.08 0.12
HSL 170.58º 0.67% 0.65% -
HSV(B) 170.58º 0.54% 0.88% -
XYZ 43.77 61.25 67.91 -
YUV 186.66 138.91 69.04 -
System Red Green Blue C M Y K H S L
Decimal 104 225 206 0.54 0 0.08 0.12 170.58 0.67 0.65
Hex 68 E1 CE 36 0 8 C AB 43 41
Octal 150 341 316 66 0 10 14 253 103 101
Binary 1101000 11100001 11001110 110110 0 1000 1100 10101011 1000011 1000001

Color Harmonies of #68E1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E1CE

Black with #68E1CE

Text Example


Text Example

White with #68E1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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