Html Css Color HEX #61A19A Cadet Blue

📋 copy color: '#61A19A'

red 97 ◦ green 161 ◦ blue 154

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

Shades of Cadet Blue #61A19A

Tints of Cadet Blue #61A19A

RGB

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

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

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

R = 23.54%
G = 39.08%
B = 37.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#61A19A (or 0x61A19A) is known color: Cadet Blue. HEX triplet: 61, A1 and 9A. RGB value is (97,161,154). Sum of RGB (Red+Green+Blue) = 97+161+154=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #61A19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A19A is #9E5E65. Grayscale: #8D8D8D. Windows color (decimal): -10378854 or 10133857. OLE color: 10133857.

HSL color Cylindrical-coordinate representation of color #61A19A: hue angle of 173.44º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A19A is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 161 154 -
CMYK 0.40 0 0.04 0.37
HSL 173.44º 0.25% 0.51% -
HSV(B) 173.44º 0.4% 0.63% -
XYZ 23.51 30.36 35.19 -
YUV 141.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 97 161 154 0.40 0 0.04 0.37 173.44 0.25 0.51
Hex 61 A1 9A 28 0 4 25 AD 19 33
Octal 141 241 232 50 0 4 45 255 31 63
Binary 1100001 10100001 10011010 101000 0 100 100101 10101101 11001 110011

Color Harmonies of #61A19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A19A

Black with #61A19A

Text Example


Text Example

White with #61A19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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