Html Css Color HEX #68EBBA Downy

📋 copy color: '#68EBBA'

red 104 ◦ green 235 ◦ blue 186

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

Shades of Downy #68EBBA

Tints of Downy #68EBBA

RGB

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

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

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

R = 19.81%
G = 44.76%
B = 35.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#68EBBA (or 0x68EBBA) is known color: Downy. HEX triplet: 68, EB and BA. RGB value is (104,235,186). Sum of RGB (Red+Green+Blue) = 104+235+186=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBBA is #971445. Grayscale: #BEBEBE. Windows color (decimal): -9901126 or 12249960. OLE color: 12249960.

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

Color convert

RGB 104 235 186 -
CMYK 0.56 0 0.21 0.08
HSL 157.56º 0.77% 0.66% -
HSV(B) 157.56º 0.56% 0.92% -
XYZ 44.28 65.9 56.84 -
YUV 190.25 125.6 66.48 -
System Red Green Blue C M Y K H S L
Decimal 104 235 186 0.56 0 0.21 0.08 157.56 0.77 0.66
Hex 68 EB BA 38 0 15 8 9E 4D 42
Octal 150 353 272 70 0 25 10 236 115 102
Binary 1101000 11101011 10111010 111000 0 10101 1000 10011110 1001101 1000010

Color Harmonies of #68EBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBBA

Black with #68EBBA

Text Example


Text Example

White with #68EBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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