Html Css Color HEX #68DCBA Downy

📋 copy color: '#68DCBA'

red 104 ◦ green 220 ◦ blue 186

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

Shades of Downy #68DCBA

Tints of Downy #68DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

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

R = 20.39%
G = 43.14%
B = 36.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#68DCBA (or 0x68DCBA) is known color: Downy. HEX triplet: 68, DC and BA. RGB value is (104,220,186). Sum of RGB (Red+Green+Blue) = 104+220+186=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCBA is #972345. Grayscale: #B5B5B5. Windows color (decimal): -9904966 or 12246120. OLE color: 12246120.

HSL color Cylindrical-coordinate representation of color #68DCBA: hue angle of 162.41º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCBA is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 220 186 -
CMYK 0.53 0 0.15 0.14
HSL 162.41º 0.62% 0.64% -
HSV(B) 162.41º 0.53% 0.86% -
XYZ 40.17 57.67 55.47 -
YUV 181.44 130.57 72.76 -
System Red Green Blue C M Y K H S L
Decimal 104 220 186 0.53 0 0.15 0.14 162.41 0.62 0.64
Hex 68 DC BA 35 0 F E A2 3E 40
Octal 150 334 272 65 0 17 16 242 76 100
Binary 1101000 11011100 10111010 110101 0 1111 1110 10100010 111110 1000000

Color Harmonies of #68DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCBA

Black with #68DCBA

Text Example


Text Example

White with #68DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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