Html Css Color HEX #68DFCB Downy

📋 copy color: '#68DFCB'

red 104 ◦ green 223 ◦ blue 203

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

Shades of Downy #68DFCB

Tints of Downy #68DFCB

RGB

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

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

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

R = 19.62%
G = 42.08%
B = 38.3%

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

#68DFCB (or 0x68DFCB) is known color: Downy. HEX triplet: 68, DF and CB. RGB value is (104,223,203). Sum of RGB (Red+Green+Blue) = 104+223+203=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFCB is #972034. Grayscale: #B9B9B9. Windows color (decimal): -9904181 or 13361000. OLE color: 13361000.

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

Color convert

RGB 104 223 203 -
CMYK 0.53 0 0.09 0.13
HSL 169.92º 0.65% 0.64% -
HSV(B) 169.92º 0.53% 0.87% -
XYZ 42.88 60.03 65.83 -
YUV 185.14 138.08 70.13 -
System Red Green Blue C M Y K H S L
Decimal 104 223 203 0.53 0 0.09 0.13 169.92 0.65 0.64
Hex 68 DF CB 35 0 9 D AA 41 40
Octal 150 337 313 65 0 11 15 252 101 100
Binary 1101000 11011111 11001011 110101 0 1001 1101 10101010 1000001 1000000

Color Harmonies of #68DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFCB

Black with #68DFCB

Text Example


Text Example

White with #68DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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