Html Css Color HEX #68EBBF Downy

📋 copy color: '#68EBBF'

red 104 ◦ green 235 ◦ blue 191

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

Shades of Downy #68EBBF

Tints of Downy #68EBBF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.34%

 BLUE value IS 191 (75% from 255) = 36.04%

R = 19.62%
G = 44.34%
B = 36.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#68EBBF (or 0x68EBBF) is known color: Downy. HEX triplet: 68, EB and BF. RGB value is (104,235,191). Sum of RGB (Red+Green+Blue) = 104+235+191=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBBF is #971440. Grayscale: #BEBEBE. Windows color (decimal): -9901121 or 12577640. OLE color: 12577640.

HSL color Cylindrical-coordinate representation of color #68EBBF: hue angle of 159.85º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBBF is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 191 -
CMYK 0.56 0 0.19 0.08
HSL 159.85º 0.77% 0.66% -
HSV(B) 159.85º 0.56% 0.92% -
XYZ 44.82 66.12 59.69 -
YUV 190.82 128.1 66.08 -
System Red Green Blue C M Y K H S L
Decimal 104 235 191 0.56 0 0.19 0.08 159.85 0.77 0.66
Hex 68 EB BF 38 0 13 8 A0 4D 42
Octal 150 353 277 70 0 23 10 240 115 102
Binary 1101000 11101011 10111111 111000 0 10011 1000 10100000 1001101 1000010

Color Harmonies of #68EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBBF

Black with #68EBBF

Text Example


Text Example

White with #68EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,235,191); }

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

background-color css

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

 a { background-color: rgb(104,235,191); }

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

border-color css

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

 span { border-color: rgb(104,235,191); }

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