Html Css Color HEX #68F2B5 Downy

📋 copy color: '#68F2B5'

red 104 ◦ green 242 ◦ blue 181

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

Shades of Downy #68F2B5

Tints of Downy #68F2B5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.92%

 BLUE value IS 181 (71.09% from 255) = 34.35%

R = 19.73%
G = 45.92%
B = 34.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#68F2B5 (or 0x68F2B5) is known color: Downy. HEX triplet: 68, F2 and B5. RGB value is (104,242,181). Sum of RGB (Red+Green+Blue) = 104+242+181=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2B5 is #970D4A. Grayscale: #C1C1C1. Windows color (decimal): -9899339 or 11924072. OLE color: 11924072.

HSL color Cylindrical-coordinate representation of color #68F2B5: hue angle of 153.48º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2B5 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 242 181 -
CMYK 0.57 0 0.25 0.05
HSL 153.48º 0.84% 0.68% -
HSV(B) 153.48º 0.57% 0.95% -
XYZ 45.8 69.78 54.77 -
YUV 193.78 120.78 63.96 -
System Red Green Blue C M Y K H S L
Decimal 104 242 181 0.57 0 0.25 0.05 153.48 0.84 0.68
Hex 68 F2 B5 39 0 19 5 99 54 44
Octal 150 362 265 71 0 31 5 231 124 104
Binary 1101000 11110010 10110101 111001 0 11001 101 10011001 1010100 1000100

Color Harmonies of #68F2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F2B5

Black with #68F2B5

Text Example


Text Example

White with #68F2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,242,181); }

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

background-color css

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

 a { background-color: rgb(104,242,181); }

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

border-color css

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

 span { border-color: rgb(104,242,181); }

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