Html Css Color HEX #68F0C1 Downy

📋 copy color: '#68F0C1'

red 104 ◦ green 240 ◦ blue 193

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

Shades of Downy #68F0C1

Tints of Downy #68F0C1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.69%

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 19.37%
G = 44.69%
B = 35.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#68F0C1 (or 0x68F0C1) is known color: Downy. HEX triplet: 68, F0 and C1. RGB value is (104,240,193). Sum of RGB (Red+Green+Blue) = 104+240+193=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0C1 is #970F3E. Grayscale: #C2C2C2. Windows color (decimal): -9899839 or 12709992. OLE color: 12709992.

HSL color Cylindrical-coordinate representation of color #68F0C1: hue angle of 159.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0C1 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 240 193 -
CMYK 0.57 0 0.20 0.06
HSL 159.26º 0.82% 0.67% -
HSV(B) 159.26º 0.57% 0.94% -
XYZ 46.49 69.11 61.34 -
YUV 193.98 127.44 63.82 -
System Red Green Blue C M Y K H S L
Decimal 104 240 193 0.57 0 0.20 0.06 159.26 0.82 0.67
Hex 68 F0 C1 39 0 14 6 9F 52 43
Octal 150 360 301 71 0 24 6 237 122 103
Binary 1101000 11110000 11000001 111001 0 10100 110 10011111 1010010 1000011

Color Harmonies of #68F0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F0C1

Black with #68F0C1

Text Example


Text Example

White with #68F0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,240,193); }

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

background-color css

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

 a { background-color: rgb(104,240,193); }

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

border-color css

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

 span { border-color: rgb(104,240,193); }

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