Html Css Color HEX #68DFC2 Downy

📋 copy color: '#68DFC2'

red 104 ◦ green 223 ◦ blue 194

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

Shades of Downy #68DFC2

Tints of Downy #68DFC2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

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

R = 19.96%
G = 42.8%
B = 37.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#68DFC2 (or 0x68DFC2) is known color: Downy. HEX triplet: 68, DF and C2. RGB value is (104,223,194). Sum of RGB (Red+Green+Blue) = 104+223+194=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFC2 is #97203D. Grayscale: #B8B8B8. Windows color (decimal): -9904190 or 12771176. OLE color: 12771176.

HSL color Cylindrical-coordinate representation of color #68DFC2: hue angle of 165.38º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFC2 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 194 -
CMYK 0.53 0 0.13 0.13
HSL 165.38º 0.65% 0.64% -
HSV(B) 165.38º 0.53% 0.87% -
XYZ 41.83 59.61 60.34 -
YUV 184.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 104 223 194 0.53 0 0.13 0.13 165.38 0.65 0.64
Hex 68 DF C2 35 0 D D A5 41 40
Octal 150 337 302 65 0 15 15 245 101 100
Binary 1101000 11011111 11000010 110101 0 1101 1101 10100101 1000001 1000000

Color Harmonies of #68DFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFC2

Black with #68DFC2

Text Example


Text Example

White with #68DFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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