Html Css Color HEX #65A29C Cadet Blue

📋 copy color: '#65A29C'

red 101 ◦ green 162 ◦ blue 156

#65A29C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #65A29C

Tints of Cadet Blue #65A29C

RGB

 RED value IS 101 (39.84% from 255) = 24.11%

 GREEN value IS 162 (63.67% from 255) = 38.66%

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 24.11%
G = 38.66%
B = 37.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#65A29C (or 0x65A29C) is known color: Cadet Blue. HEX triplet: 65, A2 and 9C. RGB value is (101,162,156). Sum of RGB (Red+Green+Blue) = 101+162+156=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #65A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A29C is #9A5D63. Grayscale: #8F8F8F. Windows color (decimal): -10116452 or 10265189. OLE color: 10265189.

HSL color Cylindrical-coordinate representation of color #65A29C: hue angle of 174.1º 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 #65A29C is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 162 156 -
CMYK 0.38 0 0.04 0.36
HSL 174.1º 0.25% 0.52% -
HSV(B) 174.1º 0.38% 0.64% -
XYZ 24.29 31.01 36.16 -
YUV 143.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 101 162 156 0.38 0 0.04 0.36 174.1 0.25 0.52
Hex 65 A2 9C 26 0 4 24 AE 19 34
Octal 145 242 234 46 0 4 44 256 31 64
Binary 1100101 10100010 10011100 100110 0 100 100100 10101110 11001 110100

Color Harmonies of #65A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A29C

Black with #65A29C

Text Example


Text Example

White with #65A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,162,156); }

 H1.HeaderClassName
 {
   color: #65A29C;
 }
 .AnyTagClassName
 {
   color: #65A29C;
 }
</style>

background-color css

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

 a { background-color: rgb(101,162,156); }

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

border-color css

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

 span { border-color: rgb(101,162,156); }

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