Html Css Color HEX #61A198 Cadet Blue

📋 copy color: '#61A198'

red 97 ◦ green 161 ◦ blue 152

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

Shades of Cadet Blue #61A198

Tints of Cadet Blue #61A198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 23.66%
G = 39.27%
B = 37.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#61A198 (or 0x61A198) is known color: Cadet Blue. HEX triplet: 61, A1 and 98. RGB value is (97,161,152). Sum of RGB (Red+Green+Blue) = 97+161+152=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #61A198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A198 is #9E5E67. Grayscale: #8C8C8C. Windows color (decimal): -10378856 or 10002785. OLE color: 10002785.

HSL color Cylindrical-coordinate representation of color #61A198: hue angle of 171.56º 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 #61A198 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 161 152 -
CMYK 0.40 0 0.06 0.37
HSL 171.56º 0.25% 0.51% -
HSV(B) 171.56º 0.4% 0.63% -
XYZ 23.34 30.3 34.32 -
YUV 140.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 97 161 152 0.40 0 0.06 0.37 171.56 0.25 0.51
Hex 61 A1 98 28 0 6 25 AC 19 33
Octal 141 241 230 50 0 6 45 254 31 63
Binary 1100001 10100001 10011000 101000 0 110 100101 10101100 11001 110011

Color Harmonies of #61A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A198

Black with #61A198

Text Example


Text Example

White with #61A198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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