Html Css Color HEX #68CEBD Downy

📋 copy color: '#68CEBD'

red 104 ◦ green 206 ◦ blue 189

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

Shades of Downy #68CEBD

Tints of Downy #68CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 20.84%
G = 41.28%
B = 37.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#68CEBD (or 0x68CEBD) is known color: Downy. HEX triplet: 68, CE and BD. RGB value is (104,206,189). Sum of RGB (Red+Green+Blue) = 104+206+189=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEBD is #973142. Grayscale: #ADADAD. Windows color (decimal): -9908547 or 12439144. OLE color: 12439144.

HSL color Cylindrical-coordinate representation of color #68CEBD: hue angle of 170º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEBD is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 189 -
CMYK 0.50 0 0.08 0.19
HSL 170º 0.51% 0.61% -
HSV(B) 170º 0.5% 0.81% -
XYZ 36.97 50.76 55.99 -
YUV 173.56 136.71 78.38 -
System Red Green Blue C M Y K H S L
Decimal 104 206 189 0.50 0 0.08 0.19 170 0.51 0.61
Hex 68 CE BD 32 0 8 13 AA 33 3D
Octal 150 316 275 62 0 10 23 252 63 75
Binary 1101000 11001110 10111101 110010 0 1000 10011 10101010 110011 111101

Color Harmonies of #68CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEBD

Black with #68CEBD

Text Example


Text Example

White with #68CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,206,189); }

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

background-color css

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

 a { background-color: rgb(104,206,189); }

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

border-color css

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

 span { border-color: rgb(104,206,189); }

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