Html Css Color HEX #61B195 Keppel

📋 copy color: '#61B195'

red 97 ◦ green 177 ◦ blue 149

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

Shades of Keppel #61B195

Tints of Keppel #61B195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.84%

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

R = 22.93%
G = 41.84%
B = 35.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#61B195 (or 0x61B195) is known color: Keppel. HEX triplet: 61, B1 and 95. RGB value is (97,177,149). Sum of RGB (Red+Green+Blue) = 97+177+149=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #61B195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B195 is #9E4E6A. Grayscale: #959595. Windows color (decimal): -10374763 or 9810273. OLE color: 9810273.

HSL color Cylindrical-coordinate representation of color #61B195: hue angle of 159º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61B195 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 177 149 -
CMYK 0.45 0 0.16 0.31
HSL 159º 0.34% 0.54% -
HSV(B) 159º 0.45% 0.69% -
XYZ 26.08 36.16 34.04 -
YUV 149.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 97 177 149 0.45 0 0.16 0.31 159 0.34 0.54
Hex 61 B1 95 2D 0 10 1F 9F 22 36
Octal 141 261 225 55 0 20 37 237 42 66
Binary 1100001 10110001 10010101 101101 0 10000 11111 10011111 100010 110110

Color Harmonies of #61B195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B195

Black with #61B195

Text Example


Text Example

White with #61B195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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