Html Css Color HEX #68DFD3 Downy

📋 copy color: '#68DFD3'

red 104 ◦ green 223 ◦ blue 211

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

Shades of Downy #68DFD3

Tints of Downy #68DFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.22%

R = 19.33%
G = 41.45%
B = 39.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#68DFD3 (or 0x68DFD3) is known color: Downy. HEX triplet: 68, DF and D3. RGB value is (104,223,211). Sum of RGB (Red+Green+Blue) = 104+223+211=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFD3 is #97202C. Grayscale: #B9B9B9. Windows color (decimal): -9904173 or 13885288. OLE color: 13885288.

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

Color convert

RGB 104 223 211 -
CMYK 0.53 0 0.05 0.13
HSL 173.95º 0.65% 0.64% -
HSV(B) 173.95º 0.53% 0.87% -
XYZ 43.85 60.42 70.98 -
YUV 186.05 142.08 69.48 -
System Red Green Blue C M Y K H S L
Decimal 104 223 211 0.53 0 0.05 0.13 173.95 0.65 0.64
Hex 68 DF D3 35 0 5 D AE 41 40
Octal 150 337 323 65 0 5 15 256 101 100
Binary 1101000 11011111 11010011 110101 0 101 1101 10101110 1000001 1000000

Color Harmonies of #68DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFD3

Black with #68DFD3

Text Example


Text Example

White with #68DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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