Html Css Color HEX #68CECB Downy

📋 copy color: '#68CECB'

red 104 ◦ green 206 ◦ blue 203

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

Shades of Downy #68CECB

Tints of Downy #68CECB

RGB

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

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

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

R = 20.27%
G = 40.16%
B = 39.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#68CECB (or 0x68CECB) is known color: Downy. HEX triplet: 68, CE and CB. RGB value is (104,206,203). Sum of RGB (Red+Green+Blue) = 104+206+203=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #68CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CECB is #973134. Grayscale: #AFAFAF. Windows color (decimal): -9908533 or 13356648. OLE color: 13356648.

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

Color convert

RGB 104 206 203 -
CMYK 0.50 0 0.01 0.19
HSL 178.24º 0.51% 0.61% -
HSV(B) 178.24º 0.5% 0.81% -
XYZ 38.56 51.4 64.39 -
YUV 175.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 104 206 203 0.50 0 0.01 0.19 178.24 0.51 0.61
Hex 68 CE CB 32 0 1 13 B2 33 3D
Octal 150 316 313 62 0 1 23 262 63 75
Binary 1101000 11001110 11001011 110010 0 1 10011 10110010 110011 111101

Color Harmonies of #68CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CECB

Black with #68CECB

Text Example


Text Example

White with #68CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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