Html Css Color HEX #68E6C2 Downy

📋 copy color: '#68E6C2'

red 104 ◦ green 230 ◦ blue 194

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

Shades of Downy #68E6C2

Tints of Downy #68E6C2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.56%

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 19.7%
G = 43.56%
B = 36.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#68E6C2 (or 0x68E6C2) is known color: Downy. HEX triplet: 68, E6 and C2. RGB value is (104,230,194). Sum of RGB (Red+Green+Blue) = 104+230+194=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E6C2 is #97193D. Grayscale: #BCBCBC. Windows color (decimal): -9902398 or 12772968. OLE color: 12772968.

HSL color Cylindrical-coordinate representation of color #68E6C2: hue angle of 162.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E6C2 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 230 194 -
CMYK 0.55 0 0.16 0.10
HSL 162.86º 0.72% 0.65% -
HSV(B) 162.86º 0.55% 0.9% -
XYZ 43.74 63.43 60.98 -
YUV 188.22 131.26 67.93 -
System Red Green Blue C M Y K H S L
Decimal 104 230 194 0.55 0 0.16 0.10 162.86 0.72 0.65
Hex 68 E6 C2 37 0 10 A A3 48 41
Octal 150 346 302 67 0 20 12 243 110 101
Binary 1101000 11100110 11000010 110111 0 10000 1010 10100011 1001000 1000001

Color Harmonies of #68E6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E6C2

Black with #68E6C2

Text Example


Text Example

White with #68E6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,230,194); }

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

background-color css

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

 a { background-color: rgb(104,230,194); }

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

border-color css

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

 span { border-color: rgb(104,230,194); }

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