Html Css Color HEX #68CABD Downy

📋 copy color: '#68CABD'

red 104 ◦ green 202 ◦ blue 189

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

Shades of Downy #68CABD

Tints of Downy #68CABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 21.01%
G = 40.81%
B = 38.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#68CABD (or 0x68CABD) is known color: Downy. HEX triplet: 68, CA and BD. RGB value is (104,202,189). Sum of RGB (Red+Green+Blue) = 104+202+189=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #68CABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CABD is #973542. Grayscale: #ABABAB. Windows color (decimal): -9909571 or 12438120. OLE color: 12438120.

HSL color Cylindrical-coordinate representation of color #68CABD: hue angle of 172.04º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CABD is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 202 189 -
CMYK 0.49 0 0.06 0.21
HSL 172.04º 0.48% 0.6% -
HSV(B) 172.04º 0.49% 0.79% -
XYZ 36.01 48.86 55.68 -
YUV 171.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 104 202 189 0.49 0 0.06 0.21 172.04 0.48 0.6
Hex 68 CA BD 31 0 6 15 AC 30 3C
Octal 150 312 275 61 0 6 25 254 60 74
Binary 1101000 11001010 10111101 110001 0 110 10101 10101100 110000 111100

Color Harmonies of #68CABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CABD

Black with #68CABD

Text Example


Text Example

White with #68CABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,202,189); }

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

background-color css

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

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

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

border-color css

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

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

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