Html Css Color HEX #68EBCB Downy

📋 copy color: '#68EBCB'

red 104 ◦ green 235 ◦ blue 203

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

Shades of Downy #68EBCB

Tints of Downy #68EBCB

RGB

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

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

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

R = 19.19%
G = 43.36%
B = 37.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#68EBCB (or 0x68EBCB) is known color: Downy. HEX triplet: 68, EB and CB. RGB value is (104,235,203). Sum of RGB (Red+Green+Blue) = 104+235+203=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBCB is #971434. Grayscale: #C0C0C0. Windows color (decimal): -9901109 or 13364072. OLE color: 13364072.

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

Color convert

RGB 104 235 203 -
CMYK 0.56 0 0.14 0.08
HSL 165.34º 0.77% 0.66% -
HSV(B) 165.34º 0.56% 0.92% -
XYZ 46.2 66.67 66.93 -
YUV 192.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 104 235 203 0.56 0 0.14 0.08 165.34 0.77 0.66
Hex 68 EB CB 38 0 E 8 A5 4D 42
Octal 150 353 313 70 0 16 10 245 115 102
Binary 1101000 11101011 11001011 111000 0 1110 1000 10100101 1001101 1000010

Color Harmonies of #68EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBCB

Black with #68EBCB

Text Example


Text Example

White with #68EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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