#629C95

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

Shades of Cadet Blue #629C95

Tints of Cadet Blue #629C95

Color information

#629C95 (or 0x629C95) is unknown color: approx Cadet Blue. HEX triplet: 62, 9C and 95. RGB value is (98,156,149). Sum of RGB (Red+Green+Blue) = 98+156+149=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #629C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C95 is #9D636A. Grayscale: #898989. Windows color (decimal): -10314603 or 9804898. OLE color: 9804898.

HSL color Cylindrical-coordinate representation of color #629C95: hue angle of 172.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629C95 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB98156149-
CMYK0.3700.040.39
HSL172.76º22.83%49.8%-
HSV(B)172.76º37.18%61.18%-
XYZ22.3528.5432.77-
YUV137.86134.2899.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 156 (61.33% from 255) = 38.71%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=24.32%
G=38.71%
B=36.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981561490.3700.040.39172.7622.8349.8
Hex629C95250427ad1732
Octal1422342254504472552762
Binary1100010100111001001010110010101001001111010110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629C95; }

 p { color: rgb(98,156,149); }

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

<style>
 a { background-color: #629C95; }

 a { background-color: rgb(98,156,149); }

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

<style>
 span { border-color: #629C95; }

 span { border-color: rgb(98,156,149); }

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