Html Css Color HEX #61A296 Cadet Blue

📋 copy color: '#61A296'

red 97 ◦ green 162 ◦ blue 150

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

Shades of Cadet Blue #61A296

Tints of Cadet Blue #61A296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 23.72%
G = 39.61%
B = 36.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#61A296 (or 0x61A296) is known color: Cadet Blue. HEX triplet: 61, A2 and 96. RGB value is (97,162,150). Sum of RGB (Red+Green+Blue) = 97+162+150=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #61A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A296 is #9E5D69. Grayscale: #8D8D8D. Windows color (decimal): -10378602 or 9871969. OLE color: 9871969.

HSL color Cylindrical-coordinate representation of color #61A296: hue angle of 168.92º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A296 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 162 150 -
CMYK 0.40 0 0.07 0.36
HSL 168.92º 0.26% 0.51% -
HSV(B) 168.92º 0.4% 0.64% -
XYZ 23.36 30.58 33.53 -
YUV 141.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 97 162 150 0.40 0 0.07 0.36 168.92 0.26 0.51
Hex 61 A2 96 28 0 7 24 A9 1A 33
Octal 141 242 226 50 0 7 44 251 32 63
Binary 1100001 10100010 10010110 101000 0 111 100100 10101001 11010 110011

Color Harmonies of #61A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A296

Black with #61A296

Text Example


Text Example

White with #61A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,162,150); }

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

background-color css

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

 a { background-color: rgb(97,162,150); }

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

border-color css

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

 span { border-color: rgb(97,162,150); }

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