Html Css Color HEX #68DFC4 Downy

📋 copy color: '#68DFC4'

red 104 ◦ green 223 ◦ blue 196

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

Shades of Downy #68DFC4

Tints of Downy #68DFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 19.89%
G = 42.64%
B = 37.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#68DFC4 (or 0x68DFC4) is known color: Downy. HEX triplet: 68, DF and C4. RGB value is (104,223,196). Sum of RGB (Red+Green+Blue) = 104+223+196=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFC4 is #97203B. Grayscale: #B8B8B8. Windows color (decimal): -9904188 or 12902248. OLE color: 12902248.

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

Color convert

RGB 104 223 196 -
CMYK 0.53 0 0.12 0.13
HSL 166.39º 0.65% 0.64% -
HSV(B) 166.39º 0.53% 0.87% -
XYZ 42.06 59.7 61.53 -
YUV 184.34 134.58 70.7 -
System Red Green Blue C M Y K H S L
Decimal 104 223 196 0.53 0 0.12 0.13 166.39 0.65 0.64
Hex 68 DF C4 35 0 C D A6 41 40
Octal 150 337 304 65 0 14 15 246 101 100
Binary 1101000 11011111 11000100 110101 0 1100 1101 10100110 1000001 1000000

Color Harmonies of #68DFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFC4

Black with #68DFC4

Text Example


Text Example

White with #68DFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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