Html Css Color HEX #68C2B9 Downy

📋 copy color: '#68C2B9'

red 104 ◦ green 194 ◦ blue 185

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

Shades of Downy #68C2B9

Tints of Downy #68C2B9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 21.53%
G = 40.17%
B = 38.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#68C2B9 (or 0x68C2B9) is known color: Downy. HEX triplet: 68, C2 and B9. RGB value is (104,194,185). Sum of RGB (Red+Green+Blue) = 104+194+185=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C2B9 is #973D46. Grayscale: #A6A6A6. Windows color (decimal): -9911623 or 12173928. OLE color: 12173928.

HSL color Cylindrical-coordinate representation of color #68C2B9: hue angle of 174º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C2B9 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 194 185 -
CMYK 0.46 0 0.05 0.24
HSL 174º 0.42% 0.58% -
HSV(B) 174º 0.46% 0.76% -
XYZ 33.76 45.03 52.81 -
YUV 166.06 138.68 83.73 -
System Red Green Blue C M Y K H S L
Decimal 104 194 185 0.46 0 0.05 0.24 174 0.42 0.58
Hex 68 C2 B9 2E 0 5 18 AE 2A 3A
Octal 150 302 271 56 0 5 30 256 52 72
Binary 1101000 11000010 10111001 101110 0 101 11000 10101110 101010 111010

Color Harmonies of #68C2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C2B9

Black with #68C2B9

Text Example


Text Example

White with #68C2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,194,185); }

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

background-color css

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

 a { background-color: rgb(104,194,185); }

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

border-color css

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

 span { border-color: rgb(104,194,185); }

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