Html Css Color HEX #68ECBA Downy

📋 copy color: '#68ECBA'

red 104 ◦ green 236 ◦ blue 186

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

Shades of Downy #68ECBA

Tints of Downy #68ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.87%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 19.77%
G = 44.87%
B = 35.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#68ECBA (or 0x68ECBA) is known color: Downy. HEX triplet: 68, EC and BA. RGB value is (104,236,186). Sum of RGB (Red+Green+Blue) = 104+236+186=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECBA is #971345. Grayscale: #BEBEBE. Windows color (decimal): -9900870 or 12250216. OLE color: 12250216.

HSL color Cylindrical-coordinate representation of color #68ECBA: hue angle of 157.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ECBA is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 236 186 -
CMYK 0.56 0 0.21 0.07
HSL 157.27º 0.78% 0.67% -
HSV(B) 157.27º 0.56% 0.93% -
XYZ 44.57 66.48 56.94 -
YUV 190.83 125.27 66.07 -
System Red Green Blue C M Y K H S L
Decimal 104 236 186 0.56 0 0.21 0.07 157.27 0.78 0.67
Hex 68 EC BA 38 0 15 7 9D 4E 43
Octal 150 354 272 70 0 25 7 235 116 103
Binary 1101000 11101100 10111010 111000 0 10101 111 10011101 1001110 1000011

Color Harmonies of #68ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECBA

Black with #68ECBA

Text Example


Text Example

White with #68ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,236,186); }

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

background-color css

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

 a { background-color: rgb(104,236,186); }

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

border-color css

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

 span { border-color: rgb(104,236,186); }

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