Html Css Color HEX #68DEBA Downy

📋 copy color: '#68DEBA'

red 104 ◦ green 222 ◦ blue 186

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

Shades of Downy #68DEBA

Tints of Downy #68DEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 20.31%
G = 43.36%
B = 36.33%

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

#68DEBA (or 0x68DEBA) is known color: Downy. HEX triplet: 68, DE and BA. RGB value is (104,222,186). Sum of RGB (Red+Green+Blue) = 104+222+186=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEBA is #972145. Grayscale: #B6B6B6. Windows color (decimal): -9904454 or 12246632. OLE color: 12246632.

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

Color convert

RGB 104 222 186 -
CMYK 0.53 0 0.16 0.13
HSL 161.69º 0.64% 0.64% -
HSV(B) 161.69º 0.53% 0.87% -
XYZ 40.69 58.73 55.65 -
YUV 182.61 129.91 71.93 -
System Red Green Blue C M Y K H S L
Decimal 104 222 186 0.53 0 0.16 0.13 161.69 0.64 0.64
Hex 68 DE BA 35 0 10 D A2 40 40
Octal 150 336 272 65 0 20 15 242 100 100
Binary 1101000 11011110 10111010 110101 0 10000 1101 10100010 1000000 1000000

Color Harmonies of #68DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEBA

Black with #68DEBA

Text Example


Text Example

White with #68DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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