Html Css Color HEX #68C1C6 Glacier

📋 copy color: '#68C1C6'

red 104 ◦ green 193 ◦ blue 198

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

Shades of Glacier #68C1C6

Tints of Glacier #68C1C6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.99%

 BLUE value IS 198 (77.73% from 255) = 40%

R = 21.01%
G = 38.99%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#68C1C6 (or 0x68C1C6) is known color: Glacier. HEX triplet: 68, C1 and C6. RGB value is (104,193,198). Sum of RGB (Red+Green+Blue) = 104+193+198=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: blue. Hex color #68C1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1C6 is #973E39. Grayscale: #A6A6A6. Windows color (decimal): -9911866 or 13025640. OLE color: 13025640.

HSL color Cylindrical-coordinate representation of color #68C1C6: hue angle of 183.19º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C1C6 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 193 198 -
CMYK 0.47 0.03 0 0.22
HSL 183.19º 0.45% 0.59% -
HSV(B) 183.19º 0.47% 0.78% -
XYZ 34.97 45.16 60.3 -
YUV 166.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 104 193 198 0.47 0.03 0 0.22 183.19 0.45 0.59
Hex 68 C1 C6 2F 3 0 16 B7 2D 3B
Octal 150 301 306 57 3 0 26 267 55 73
Binary 1101000 11000001 11000110 101111 11 0 10110 10110111 101101 111011

Color Harmonies of #68C1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1C6

Black with #68C1C6

Text Example


Text Example

White with #68C1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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