Html Css Color HEX #68C0BA Downy

📋 copy color: '#68C0BA'

red 104 ◦ green 192 ◦ blue 186

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

Shades of Downy #68C0BA

Tints of Downy #68C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

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

R = 21.58%
G = 39.83%
B = 38.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#68C0BA (or 0x68C0BA) is known color: Downy. HEX triplet: 68, C0 and BA. RGB value is (104,192,186). Sum of RGB (Red+Green+Blue) = 104+192+186=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C0BA is #973F45. Grayscale: #A4A4A4. Windows color (decimal): -9912134 or 12238952. OLE color: 12238952.

HSL color Cylindrical-coordinate representation of color #68C0BA: hue angle of 175.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C0BA is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 192 186 -
CMYK 0.46 0 0.03 0.25
HSL 175.91º 0.41% 0.58% -
HSV(B) 175.91º 0.46% 0.75% -
XYZ 33.42 44.19 53.22 -
YUV 165 139.85 84.49 -
System Red Green Blue C M Y K H S L
Decimal 104 192 186 0.46 0 0.03 0.25 175.91 0.41 0.58
Hex 68 C0 BA 2E 0 3 19 B0 29 3A
Octal 150 300 272 56 0 3 31 260 51 72
Binary 1101000 11000000 10111010 101110 0 11 11001 10110000 101001 111010

Color Harmonies of #68C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C0BA

Black with #68C0BA

Text Example


Text Example

White with #68C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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