Html Css Color HEX #68C0BB Downy

📋 copy color: '#68C0BB'

red 104 ◦ green 192 ◦ blue 187

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

Shades of Downy #68C0BB

Tints of Downy #68C0BB

RGB

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

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

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

R = 21.53%
G = 39.75%
B = 38.72%

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

#68C0BB (or 0x68C0BB) is known color: Downy. HEX triplet: 68, C0 and BB. RGB value is (104,192,187). Sum of RGB (Red+Green+Blue) = 104+192+187=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C0BB is #973F44. Grayscale: #A5A5A5. Windows color (decimal): -9912133 or 12304488. OLE color: 12304488.

HSL color Cylindrical-coordinate representation of color #68C0BB: hue angle of 176.59º 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 #68C0BB is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 192 187 -
CMYK 0.46 0 0.03 0.25
HSL 176.59º 0.41% 0.58% -
HSV(B) 176.59º 0.46% 0.75% -
XYZ 33.53 44.23 53.78 -
YUV 165.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 104 192 187 0.46 0 0.03 0.25 176.59 0.41 0.58
Hex 68 C0 BB 2E 0 3 19 B1 29 3A
Octal 150 300 273 56 0 3 31 261 51 72
Binary 1101000 11000000 10111011 101110 0 11 11001 10110001 101001 111010

Color Harmonies of #68C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C0BB

Black with #68C0BB

Text Example


Text Example

White with #68C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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