Html Css Color HEX #61A59E Cadet Blue

📋 copy color: '#61A59E'

red 97 ◦ green 165 ◦ blue 158

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

Shades of Cadet Blue #61A59E

Tints of Cadet Blue #61A59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 23.1%
G = 39.29%
B = 37.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#61A59E (or 0x61A59E) is known color: Cadet Blue. HEX triplet: 61, A5 and 9E. RGB value is (97,165,158). Sum of RGB (Red+Green+Blue) = 97+165+158=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #61A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A59E is #9E5A61. Grayscale: #8F8F8F. Windows color (decimal): -10377826 or 10397025. OLE color: 10397025.

HSL color Cylindrical-coordinate representation of color #61A59E: hue angle of 173.82º 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 #61A59E is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 165 158 -
CMYK 0.41 0 0.04 0.35
HSL 173.82º 0.27% 0.51% -
HSV(B) 173.82º 0.41% 0.65% -
XYZ 24.56 31.92 37.21 -
YUV 143.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 97 165 158 0.41 0 0.04 0.35 173.82 0.27 0.51
Hex 61 A5 9E 29 0 4 23 AE 1B 33
Octal 141 245 236 51 0 4 43 256 33 63
Binary 1100001 10100101 10011110 101001 0 100 100011 10101110 11011 110011

Color Harmonies of #61A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A59E

Black with #61A59E

Text Example


Text Example

White with #61A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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