Html Css Color HEX #68E4CE Downy

📋 copy color: '#68E4CE'

red 104 ◦ green 228 ◦ blue 206

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

Shades of Downy #68E4CE

Tints of Downy #68E4CE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.38%

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

R = 19.33%
G = 42.38%
B = 38.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#68E4CE (or 0x68E4CE) is known color: Downy. HEX triplet: 68, E4 and CE. RGB value is (104,228,206). Sum of RGB (Red+Green+Blue) = 104+228+206=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #68E4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E4CE is #971B31. Grayscale: #BCBCBC. Windows color (decimal): -9902898 or 13558888. OLE color: 13558888.

HSL color Cylindrical-coordinate representation of color #68E4CE: hue angle of 169.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E4CE is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 228 206 -
CMYK 0.54 0 0.10 0.11
HSL 169.35º 0.7% 0.65% -
HSV(B) 169.35º 0.54% 0.89% -
XYZ 44.59 62.89 68.18 -
YUV 188.42 137.92 67.79 -
System Red Green Blue C M Y K H S L
Decimal 104 228 206 0.54 0 0.10 0.11 169.35 0.7 0.65
Hex 68 E4 CE 36 0 A B A9 46 41
Octal 150 344 316 66 0 12 13 251 106 101
Binary 1101000 11100100 11001110 110110 0 1010 1011 10101001 1000110 1000001

Color Harmonies of #68E4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E4CE

Black with #68E4CE

Text Example


Text Example

White with #68E4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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