Html Css Color HEX #61A59A Cadet Blue

📋 copy color: '#61A59A'

red 97 ◦ green 165 ◦ blue 154

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

Shades of Cadet Blue #61A59A

Tints of Cadet Blue #61A59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 23.32%
G = 39.66%
B = 37.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#61A59A (or 0x61A59A) is known color: Cadet Blue. HEX triplet: 61, A5 and 9A. RGB value is (97,165,154). Sum of RGB (Red+Green+Blue) = 97+165+154=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #61A59A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A59A is #9E5A65. Grayscale: #8F8F8F. Windows color (decimal): -10377830 or 10134881. OLE color: 10134881.

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

Color convert

RGB 97 165 154 -
CMYK 0.41 0 0.07 0.35
HSL 170.29º 0.27% 0.51% -
HSV(B) 170.29º 0.41% 0.65% -
XYZ 24.22 31.78 35.43 -
YUV 143.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 97 165 154 0.41 0 0.07 0.35 170.29 0.27 0.51
Hex 61 A5 9A 29 0 7 23 AA 1B 33
Octal 141 245 232 51 0 7 43 252 33 63
Binary 1100001 10100101 10011010 101001 0 111 100011 10101010 11011 110011

Color Harmonies of #61A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A59A

Black with #61A59A

Text Example


Text Example

White with #61A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,165,154); }

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

background-color css

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

 a { background-color: rgb(97,165,154); }

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

border-color css

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

 span { border-color: rgb(97,165,154); }

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