#619D95

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

Shades of Cadet Blue #619D95

Tints of Cadet Blue #619D95

Color information

#619D95 (or 0x619D95) is unknown color: approx Cadet Blue. HEX triplet: 61, 9D and 95. RGB value is (97,157,149). Sum of RGB (Red+Green+Blue) = 97+157+149=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #619D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D95 is #9E626A. Grayscale: #8A8A8A. Windows color (decimal): -10379883 or 9805153. OLE color: 9805153.

HSL color Cylindrical-coordinate representation of color #619D95: hue angle of 172º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D95 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB97157149-
CMYK0.3800.050.38
HSL172º23.62%49.8%-
HSV(B)172º38.22%61.57%-
XYZ22.4128.8332.82-
YUV138.15134.1298.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.07%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=24.07%
G=38.96%
B=36.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571490.3800.050.3817223.6249.8
Hex619D95260526ac1832
Octal1412352254605462543062
Binary1100001100111011001010110011001011001101010110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619D95; }

 p { color: rgb(97,157,149); }

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

<style>
 a { background-color: #619D95; }

 a { background-color: rgb(97,157,149); }

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

<style>
 span { border-color: #619D95; }

 span { border-color: rgb(97,157,149); }

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