Html Css Color HEX #68DECB Downy

📋 copy color: '#68DECB'

red 104 ◦ green 222 ◦ blue 203

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

Shades of Downy #68DECB

Tints of Downy #68DECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.97%

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 19.66%
G = 41.97%
B = 38.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#68DECB (or 0x68DECB) is known color: Downy. HEX triplet: 68, DE and CB. RGB value is (104,222,203). Sum of RGB (Red+Green+Blue) = 104+222+203=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #68DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DECB is #972134. Grayscale: #B8B8B8. Windows color (decimal): -9904437 or 13360744. OLE color: 13360744.

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

Color convert

RGB 104 222 203 -
CMYK 0.53 0 0.09 0.13
HSL 170.34º 0.64% 0.64% -
HSV(B) 170.34º 0.53% 0.87% -
XYZ 42.61 59.5 65.74 -
YUV 184.55 138.41 70.54 -
System Red Green Blue C M Y K H S L
Decimal 104 222 203 0.53 0 0.09 0.13 170.34 0.64 0.64
Hex 68 DE CB 35 0 9 D AA 40 40
Octal 150 336 313 65 0 11 15 252 100 100
Binary 1101000 11011110 11001011 110101 0 1001 1101 10101010 1000000 1000000

Color Harmonies of #68DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DECB

Black with #68DECB

Text Example


Text Example

White with #68DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,222,203); }

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

background-color css

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

 a { background-color: rgb(104,222,203); }

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

border-color css

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

 span { border-color: rgb(104,222,203); }

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