#619F96

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

Shades of Cadet Blue #619F96

Tints of Cadet Blue #619F96

Color information

#619F96 (or 0x619F96) is unknown color: approx Cadet Blue. HEX triplet: 61, 9F and 96. RGB value is (97,159,150). Sum of RGB (Red+Green+Blue) = 97+159+150=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #619F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619F96 is #9E6069. Grayscale: #8B8B8B. Windows color (decimal): -10379370 or 9871201. OLE color: 9871201.

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

Color convert

RGB97159150-
CMYK0.3900.060.38
HSL171.29º24.41%50.2%-
HSV(B)171.29º38.99%62.35%-
XYZ22.8329.5433.35-
YUV139.44133.9697.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 159 (62.5% from 255) = 39.16%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=23.89%
G=39.16%
B=36.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971591500.3900.060.38171.2924.4150.2
Hex619F96270626ab1832
Octal1412372264706462533062
Binary1100001100111111001011010011101101001101010101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,159,150); }

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

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

 a { background-color: rgb(97,159,150); }

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

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

 span { border-color: rgb(97,159,150); }

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