Html Css Color HEX #68DCBB Downy

📋 copy color: '#68DCBB'

red 104 ◦ green 220 ◦ blue 187

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

Shades of Downy #68DCBB

Tints of Downy #68DCBB

RGB

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

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

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

R = 20.35%
G = 43.05%
B = 36.59%

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

#68DCBB (or 0x68DCBB) is known color: Downy. HEX triplet: 68, DC and BB. RGB value is (104,220,187). Sum of RGB (Red+Green+Blue) = 104+220+187=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCBB is #972344. Grayscale: #B5B5B5. Windows color (decimal): -9904965 or 12311656. OLE color: 12311656.

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

Color convert

RGB 104 220 187 -
CMYK 0.53 0 0.15 0.14
HSL 162.93º 0.62% 0.64% -
HSV(B) 162.93º 0.53% 0.86% -
XYZ 40.27 57.72 56.03 -
YUV 181.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 104 220 187 0.53 0 0.15 0.14 162.93 0.62 0.64
Hex 68 DC BB 35 0 F E A3 3E 40
Octal 150 334 273 65 0 17 16 243 76 100
Binary 1101000 11011100 10111011 110101 0 1111 1110 10100011 111110 1000000

Color Harmonies of #68DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCBB

Black with #68DCBB

Text Example


Text Example

White with #68DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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