Html Css Color HEX #68E8CB Downy

📋 copy color: '#68E8CB'

red 104 ◦ green 232 ◦ blue 203

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

Shades of Downy #68E8CB

Tints of Downy #68E8CB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.04%

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 19.29%
G = 43.04%
B = 37.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#68E8CB (or 0x68E8CB) is known color: Downy. HEX triplet: 68, E8 and CB. RGB value is (104,232,203). Sum of RGB (Red+Green+Blue) = 104+232+203=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8CB is #971734. Grayscale: #BEBEBE. Windows color (decimal): -9901877 or 13363304. OLE color: 13363304.

HSL color Cylindrical-coordinate representation of color #68E8CB: hue angle of 166.41º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E8CB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 232 203 -
CMYK 0.55 0 0.12 0.09
HSL 166.41º 0.74% 0.66% -
HSV(B) 166.41º 0.55% 0.91% -
XYZ 45.35 64.97 66.65 -
YUV 190.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 104 232 203 0.55 0 0.12 0.09 166.41 0.74 0.66
Hex 68 E8 CB 37 0 C 9 A6 4A 42
Octal 150 350 313 67 0 14 11 246 112 102
Binary 1101000 11101000 11001011 110111 0 1100 1001 10100110 1001010 1000010

Color Harmonies of #68E8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E8CB

Black with #68E8CB

Text Example


Text Example

White with #68E8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,232,203); }

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

background-color css

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

 a { background-color: rgb(104,232,203); }

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

border-color css

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

 span { border-color: rgb(104,232,203); }

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