Html Css Color HEX #64A19C Cadet Blue

📋 copy color: '#64A19C'

red 100 ◦ green 161 ◦ blue 156

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

Shades of Cadet Blue #64A19C

Tints of Cadet Blue #64A19C

RGB

 RED value IS 100 (39.45% from 255) = 23.98%

 GREEN value IS 161 (63.28% from 255) = 38.61%

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

R = 23.98%
G = 38.61%
B = 37.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#64A19C (or 0x64A19C) is known color: Cadet Blue. HEX triplet: 64, A1 and 9C. RGB value is (100,161,156). Sum of RGB (Red+Green+Blue) = 100+161+156=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #64A19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A19C is #9B5E63. Grayscale: #8E8E8E. Windows color (decimal): -10182244 or 10264932. OLE color: 10264932.

HSL color Cylindrical-coordinate representation of color #64A19C: hue angle of 175.08º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A19C is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 161 156 -
CMYK 0.38 0 0.03 0.37
HSL 175.08º 0.24% 0.51% -
HSV(B) 175.08º 0.38% 0.63% -
XYZ 24 30.6 36.09 -
YUV 142.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 100 161 156 0.38 0 0.03 0.37 175.08 0.24 0.51
Hex 64 A1 9C 26 0 3 25 AF 18 33
Octal 144 241 234 46 0 3 45 257 30 63
Binary 1100100 10100001 10011100 100110 0 11 100101 10101111 11000 110011

Color Harmonies of #64A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A19C

Black with #64A19C

Text Example


Text Example

White with #64A19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A19C; }

 p { color: rgb(100,161,156); }

 H1.HeaderClassName
 {
   color: #64A19C;
 }
 .AnyTagClassName
 {
   color: #64A19C;
 }
</style>

background-color css

<style>
 a { background-color: #64A19C; }

 a { background-color: rgb(100,161,156); }

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

border-color css

<style>
 span { border-color: #64A19C; }

 span { border-color: rgb(100,161,156); }

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