Html Css Color HEX #68CECE Downy

📋 copy color: '#68CECE'

red 104 ◦ green 206 ◦ blue 206

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

Shades of Downy #68CECE

Tints of Downy #68CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 20.16%
G = 39.92%
B = 39.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68CECE (or 0x68CECE) is known color: Downy. HEX triplet: 68, CE and CE. RGB value is (104,206,206). Sum of RGB (Red+Green+Blue) = 104+206+206=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #68CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CECE is #973131. Grayscale: #AFAFAF. Windows color (decimal): -9908530 or 13553256. OLE color: 13553256.

HSL color Cylindrical-coordinate representation of color #68CECE: hue angle of 180º 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 #68CECE is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 206 -
CMYK 0.50 0 0 0.19
HSL 180º 0.51% 0.61% -
HSV(B) 180º 0.5% 0.81% -
XYZ 38.92 51.54 66.29 -
YUV 175.5 145.21 77 -
System Red Green Blue C M Y K H S L
Decimal 104 206 206 0.50 0 0 0.19 180 0.51 0.61
Hex 68 CE CE 32 0 0 13 B4 33 3D
Octal 150 316 316 62 0 0 23 264 63 75
Binary 1101000 11001110 11001110 110010 0 0 10011 10110100 110011 111101

Color Harmonies of #68CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CECE

Black with #68CECE

Text Example


Text Example

White with #68CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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