Html Css Color HEX #61A497 Keppel

📋 copy color: '#61A497'

red 97 ◦ green 164 ◦ blue 151

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

Shades of Keppel #61A497

Tints of Keppel #61A497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

 BLUE value IS 151 (59.38% from 255) = 36.65%

R = 23.54%
G = 39.81%
B = 36.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#61A497 (or 0x61A497) is known color: Keppel. HEX triplet: 61, A4 and 97. RGB value is (97,164,151). Sum of RGB (Red+Green+Blue) = 97+164+151=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #61A497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A497 is #9E5B68. Grayscale: #8E8E8E. Windows color (decimal): -10378089 or 9938017. OLE color: 9938017.

HSL color Cylindrical-coordinate representation of color #61A497: hue angle of 168.36º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A497 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 164 151 -
CMYK 0.41 0 0.08 0.36
HSL 168.36º 0.27% 0.51% -
HSV(B) 168.36º 0.41% 0.64% -
XYZ 23.79 31.33 34.07 -
YUV 142.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 97 164 151 0.41 0 0.08 0.36 168.36 0.27 0.51
Hex 61 A4 97 29 0 8 24 A8 1B 33
Octal 141 244 227 51 0 10 44 250 33 63
Binary 1100001 10100100 10010111 101001 0 1000 100100 10101000 11011 110011

Color Harmonies of #61A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A497

Black with #61A497

Text Example


Text Example

White with #61A497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,164,151); }

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

background-color css

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

 a { background-color: rgb(97,164,151); }

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

border-color css

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

 span { border-color: rgb(97,164,151); }

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