#65A398

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

Shades of Cadet Blue #65A398

Tints of Cadet Blue #65A398

Color information

#65A398 (or 0x65A398) is unknown color: approx Cadet Blue. HEX triplet: 65, A3 and 98. RGB value is (101,163,152). Sum of RGB (Red+Green+Blue) = 101+163+152=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #65A398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A398 is #9A5C67. Grayscale: #8F8F8F. Windows color (decimal): -10116200 or 10003301. OLE color: 10003301.

HSL color Cylindrical-coordinate representation of color #65A398: hue angle of 169.35º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A398 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB101163152-
CMYK0.3800.070.36
HSL169.35º25.2%51.76%-
HSV(B)169.35º38.04%63.92%-
XYZ24.1331.2334.46-
YUV143.21132.9697.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=24.28%
G=39.18%
B=36.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011631520.3800.070.36169.3525.251.76
Hex65A398260724a91934
Octal1452432304607442513164
Binary1100101101000111001100010011001111001001010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A398; }

 p { color: rgb(101,163,152); }

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

<style>
 a { background-color: #65A398; }

 a { background-color: rgb(101,163,152); }

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

<style>
 span { border-color: #65A398; }

 span { border-color: rgb(101,163,152); }

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