Html Css Color HEX #68EDBC Downy

📋 copy color: '#68EDBC'

red 104 ◦ green 237 ◦ blue 188

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

Shades of Downy #68EDBC

Tints of Downy #68EDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.8%

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 19.66%
G = 44.8%
B = 35.54%

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

#68EDBC (or 0x68EDBC) is known color: Downy. HEX triplet: 68, ED and BC. RGB value is (104,237,188). Sum of RGB (Red+Green+Blue) = 104+237+188=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDBC is #971243. Grayscale: #BFBFBF. Windows color (decimal): -9900612 or 12381544. OLE color: 12381544.

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

Color convert

RGB 104 237 188 -
CMYK 0.56 0 0.21 0.07
HSL 157.89º 0.79% 0.67% -
HSV(B) 157.89º 0.56% 0.93% -
XYZ 45.07 67.14 58.16 -
YUV 191.65 125.94 65.48 -
System Red Green Blue C M Y K H S L
Decimal 104 237 188 0.56 0 0.21 0.07 157.89 0.79 0.67
Hex 68 ED BC 38 0 15 7 9E 4F 43
Octal 150 355 274 70 0 25 7 236 117 103
Binary 1101000 11101101 10111100 111000 0 10101 111 10011110 1001111 1000011

Color Harmonies of #68EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EDBC

Black with #68EDBC

Text Example


Text Example

White with #68EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,237,188); }

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

background-color css

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

 a { background-color: rgb(104,237,188); }

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

border-color css

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

 span { border-color: rgb(104,237,188); }

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