Html Css Color HEX #68DFCA Downy

📋 copy color: '#68DFCA'

red 104 ◦ green 223 ◦ blue 202

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

Shades of Downy #68DFCA

Tints of Downy #68DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 19.66%
G = 42.16%
B = 38.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#68DFCA (or 0x68DFCA) is known color: Downy. HEX triplet: 68, DF and CA. RGB value is (104,223,202). Sum of RGB (Red+Green+Blue) = 104+223+202=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFCA is #972035. Grayscale: #B8B8B8. Windows color (decimal): -9904182 or 13295464. OLE color: 13295464.

HSL color Cylindrical-coordinate representation of color #68DFCA: hue angle of 169.41º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFCA is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 202 -
CMYK 0.53 0 0.09 0.13
HSL 169.41º 0.65% 0.64% -
HSV(B) 169.41º 0.53% 0.87% -
XYZ 42.76 59.98 65.2 -
YUV 185.03 137.58 70.21 -
System Red Green Blue C M Y K H S L
Decimal 104 223 202 0.53 0 0.09 0.13 169.41 0.65 0.64
Hex 68 DF CA 35 0 9 D A9 41 40
Octal 150 337 312 65 0 11 15 251 101 100
Binary 1101000 11011111 11001010 110101 0 1001 1101 10101001 1000001 1000000

Color Harmonies of #68DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFCA

Black with #68DFCA

Text Example


Text Example

White with #68DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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