Html Css Color HEX #68EBCF Downy

📋 copy color: '#68EBCF'

red 104 ◦ green 235 ◦ blue 207

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

Shades of Downy #68EBCF

Tints of Downy #68EBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 19.05%
G = 43.04%
B = 37.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#68EBCF (or 0x68EBCF) is known color: Downy. HEX triplet: 68, EB and CF. RGB value is (104,235,207). Sum of RGB (Red+Green+Blue) = 104+235+207=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBCF is #971430. Grayscale: #C0C0C0. Windows color (decimal): -9901105 or 13626216. OLE color: 13626216.

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

Color convert

RGB 104 235 207 -
CMYK 0.56 0 0.12 0.08
HSL 167.18º 0.77% 0.66% -
HSV(B) 167.18º 0.56% 0.92% -
XYZ 46.68 66.86 69.48 -
YUV 192.64 136.1 64.78 -
System Red Green Blue C M Y K H S L
Decimal 104 235 207 0.56 0 0.12 0.08 167.18 0.77 0.66
Hex 68 EB CF 38 0 C 8 A7 4D 42
Octal 150 353 317 70 0 14 10 247 115 102
Binary 1101000 11101011 11001111 111000 0 1100 1000 10100111 1001101 1000010

Color Harmonies of #68EBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBCF

Black with #68EBCF

Text Example


Text Example

White with #68EBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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