Html Css Color HEX #61A49F Cadet Blue

📋 copy color: '#61A49F'

red 97 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #61A49F

Tints of Cadet Blue #61A49F

RGB

 RED value IS 97 (38.28% from 255) = 23.1%

 GREEN value IS 164 (64.45% from 255) = 39.05%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 23.1%
G = 39.05%
B = 37.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#61A49F (or 0x61A49F) is known color: Cadet Blue. HEX triplet: 61, A4 and 9F. RGB value is (97,164,159). Sum of RGB (Red+Green+Blue) = 97+164+159=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #61A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A49F is #9E5B60. Grayscale: #8F8F8F. Windows color (decimal): -10378081 or 10462305. OLE color: 10462305.

HSL color Cylindrical-coordinate representation of color #61A49F: hue angle of 175.52º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A49F is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 164 159 -
CMYK 0.41 0 0.03 0.36
HSL 175.52º 0.27% 0.51% -
HSV(B) 175.52º 0.41% 0.64% -
XYZ 24.46 31.6 37.61 -
YUV 143.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 97 164 159 0.41 0 0.03 0.36 175.52 0.27 0.51
Hex 61 A4 9F 29 0 3 24 B0 1B 33
Octal 141 244 237 51 0 3 44 260 33 63
Binary 1100001 10100100 10011111 101001 0 11 100100 10110000 11011 110011

Color Harmonies of #61A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A49F

Black with #61A49F

Text Example


Text Example

White with #61A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A49F; }

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

 H1.HeaderClassName
 {
   color: #61A49F;
 }
 .AnyTagClassName
 {
   color: #61A49F;
 }
</style>

background-color css

<style>
 a { background-color: #61A49F; }

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

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

border-color css

<style>
 span { border-color: #61A49F; }

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

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