#68A19E

Color #68A19E Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #68A19E

Tints of Cadet Blue #68A19E

Color information

#68A19E (or 0x68A19E) is unknown color: approx Cadet Blue. HEX triplet: 68, A1 and 9E. RGB value is (104,161,158). Sum of RGB (Red+Green+Blue) = 104+161+158=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #68A19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A19E is #975E61. Grayscale: #8F8F8F. Windows color (decimal): -9920098 or 10396008. OLE color: 10396008.

HSL color Cylindrical-coordinate representation of color #68A19E: hue angle of 176.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A19E is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB104161158-
CMYK0.3500.020.37
HSL176.84º23.27%51.96%-
HSV(B)176.84º35.4%63.14%-
XYZ24.6330.937.01-
YUV143.62136.1299.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.59%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=24.59%
G=38.06%
B=37.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041611580.3500.020.37176.8423.2751.96
Hex68A19E230225b11734
Octal1502412364302452612764
Binary110100010100001100111101000110101001011011000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,161,158); }

 H1.HeaderClassName
 {
   color: #68A19E;
 }
 .AnyTagClassName
 {
   color: #68A19E;
 }
</style>
background-color css

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

 a { background-color: rgb(104,161,158); }

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

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

 span { border-color: rgb(104,161,158); }

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