Html Css Color HEX #68EBC3 Downy

📋 copy color: '#68EBC3'

red 104 ◦ green 235 ◦ blue 195

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

Shades of Downy #68EBC3

Tints of Downy #68EBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 19.48%
G = 44.01%
B = 36.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#68EBC3 (or 0x68EBC3) is known color: Downy. HEX triplet: 68, EB and C3. RGB value is (104,235,195). Sum of RGB (Red+Green+Blue) = 104+235+195=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBC3 is #97143C. Grayscale: #BFBFBF. Windows color (decimal): -9901117 or 12839784. OLE color: 12839784.

HSL color Cylindrical-coordinate representation of color #68EBC3: hue angle of 161.68º 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 #68EBC3 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 195 -
CMYK 0.56 0 0.17 0.08
HSL 161.68º 0.77% 0.66% -
HSV(B) 161.68º 0.56% 0.92% -
XYZ 45.27 66.3 62.04 -
YUV 191.27 130.1 65.75 -
System Red Green Blue C M Y K H S L
Decimal 104 235 195 0.56 0 0.17 0.08 161.68 0.77 0.66
Hex 68 EB C3 38 0 11 8 A2 4D 42
Octal 150 353 303 70 0 21 10 242 115 102
Binary 1101000 11101011 11000011 111000 0 10001 1000 10100010 1001101 1000010

Color Harmonies of #68EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBC3

Black with #68EBC3

Text Example


Text Example

White with #68EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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