Html Css Color HEX #68DFBB Downy

📋 copy color: '#68DFBB'

red 104 ◦ green 223 ◦ blue 187

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

Shades of Downy #68DFBB

Tints of Downy #68DFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 20.23%
G = 43.39%
B = 36.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#68DFBB (or 0x68DFBB) is known color: Downy. HEX triplet: 68, DF and BB. RGB value is (104,223,187). Sum of RGB (Red+Green+Blue) = 104+223+187=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFBB is #972044. Grayscale: #B7B7B7. Windows color (decimal): -9904197 or 12312424. OLE color: 12312424.

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

Color convert

RGB 104 223 187 -
CMYK 0.53 0 0.16 0.13
HSL 161.85º 0.65% 0.64% -
HSV(B) 161.85º 0.53% 0.87% -
XYZ 41.07 59.31 56.3 -
YUV 183.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 104 223 187 0.53 0 0.16 0.13 161.85 0.65 0.64
Hex 68 DF BB 35 0 10 D A2 41 40
Octal 150 337 273 65 0 20 15 242 101 100
Binary 1101000 11011111 10111011 110101 0 10000 1101 10100010 1000001 1000000

Color Harmonies of #68DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFBB

Black with #68DFBB

Text Example


Text Example

White with #68DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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