Html Css Color HEX #61AA95 Keppel

📋 copy color: '#61AA95'

red 97 ◦ green 170 ◦ blue 149

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

Shades of Keppel #61AA95

Tints of Keppel #61AA95

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 23.32%
G = 40.87%
B = 35.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#61AA95 (or 0x61AA95) is known color: Keppel. HEX triplet: 61, AA and 95. RGB value is (97,170,149). Sum of RGB (Red+Green+Blue) = 97+170+149=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AA95 is #9E556A. Grayscale: #919191. Windows color (decimal): -10376555 or 9808481. OLE color: 9808481.

HSL color Cylindrical-coordinate representation of color #61AA95: hue angle of 162.74º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA95 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 170 149 -
CMYK 0.43 0 0.12 0.33
HSL 162.74º 0.3% 0.52% -
HSV(B) 162.74º 0.43% 0.67% -
XYZ 24.73 33.46 33.59 -
YUV 145.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 97 170 149 0.43 0 0.12 0.33 162.74 0.3 0.52
Hex 61 AA 95 2B 0 C 21 A3 1E 34
Octal 141 252 225 53 0 14 41 243 36 64
Binary 1100001 10101010 10010101 101011 0 1100 100001 10100011 11110 110100

Color Harmonies of #61AA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AA95

Black with #61AA95

Text Example


Text Example

White with #61AA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,170,149); }

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

background-color css

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

 a { background-color: rgb(97,170,149); }

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

border-color css

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

 span { border-color: rgb(97,170,149); }

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