Html Css Color HEX #68C3C1 Downy

📋 copy color: '#68C3C1'

red 104 ◦ green 195 ◦ blue 193

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

Shades of Downy #68C3C1

Tints of Downy #68C3C1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.63%

 BLUE value IS 193 (75.78% from 255) = 39.23%

R = 21.14%
G = 39.63%
B = 39.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#68C3C1 (or 0x68C3C1) is known color: Downy. HEX triplet: 68, C3 and C1. RGB value is (104,195,193). Sum of RGB (Red+Green+Blue) = 104+195+193=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C3C1 is #973C3E. Grayscale: #A7A7A7. Windows color (decimal): -9911359 or 12698472. OLE color: 12698472.

HSL color Cylindrical-coordinate representation of color #68C3C1: hue angle of 178.68º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C3C1 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 195 193 -
CMYK 0.47 0 0.01 0.24
HSL 178.68º 0.43% 0.59% -
HSV(B) 178.68º 0.47% 0.76% -
XYZ 34.85 45.82 57.46 -
YUV 167.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 104 195 193 0.47 0 0.01 0.24 178.68 0.43 0.59
Hex 68 C3 C1 2F 0 1 18 B3 2B 3B
Octal 150 303 301 57 0 1 30 263 53 73
Binary 1101000 11000011 11000001 101111 0 1 11000 10110011 101011 111011

Color Harmonies of #68C3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C3C1

Black with #68C3C1

Text Example


Text Example

White with #68C3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,195,193); }

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

background-color css

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

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

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

border-color css

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

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

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