Html Css Color HEX #68DEBB Downy

📋 copy color: '#68DEBB'

red 104 ◦ green 222 ◦ blue 187

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

Shades of Downy #68DEBB

Tints of Downy #68DEBB

RGB

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

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

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

R = 20.27%
G = 43.27%
B = 36.45%

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

#68DEBB (or 0x68DEBB) is known color: Downy. HEX triplet: 68, DE and BB. RGB value is (104,222,187). Sum of RGB (Red+Green+Blue) = 104+222+187=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEBB is #972144. Grayscale: #B6B6B6. Windows color (decimal): -9904453 or 12312168. OLE color: 12312168.

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

Color convert

RGB 104 222 187 -
CMYK 0.53 0 0.16 0.13
HSL 162.2º 0.64% 0.64% -
HSV(B) 162.2º 0.53% 0.87% -
XYZ 40.8 58.77 56.21 -
YUV 182.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 104 222 187 0.53 0 0.16 0.13 162.2 0.64 0.64
Hex 68 DE BB 35 0 10 D A2 40 40
Octal 150 336 273 65 0 20 15 242 100 100
Binary 1101000 11011110 10111011 110101 0 10000 1101 10100010 1000000 1000000

Color Harmonies of #68DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEBB

Black with #68DEBB

Text Example


Text Example

White with #68DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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