Html Css Color HEX #68CEBF Downy

📋 copy color: '#68CEBF'

red 104 ◦ green 206 ◦ blue 191

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

Shades of Downy #68CEBF

Tints of Downy #68CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.12%

 BLUE value IS 191 (75% from 255) = 38.12%

R = 20.76%
G = 41.12%
B = 38.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#68CEBF (or 0x68CEBF) is known color: Downy. HEX triplet: 68, CE and BF. RGB value is (104,206,191). Sum of RGB (Red+Green+Blue) = 104+206+191=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEBF is #973140. Grayscale: #ADADAD. Windows color (decimal): -9908545 or 12570216. OLE color: 12570216.

HSL color Cylindrical-coordinate representation of color #68CEBF: hue angle of 171.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEBF is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 191 -
CMYK 0.50 0 0.07 0.19
HSL 171.18º 0.51% 0.61% -
HSV(B) 171.18º 0.5% 0.81% -
XYZ 37.18 50.85 57.14 -
YUV 173.79 137.71 78.22 -
System Red Green Blue C M Y K H S L
Decimal 104 206 191 0.50 0 0.07 0.19 171.18 0.51 0.61
Hex 68 CE BF 32 0 7 13 AB 33 3D
Octal 150 316 277 62 0 7 23 253 63 75
Binary 1101000 11001110 10111111 110010 0 111 10011 10101011 110011 111101

Color Harmonies of #68CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEBF

Black with #68CEBF

Text Example


Text Example

White with #68CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,206,191); }

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

background-color css

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

 a { background-color: rgb(104,206,191); }

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

border-color css

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

 span { border-color: rgb(104,206,191); }

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